Advertisement

开发和实现Web、HTML、CSS、JS贪吃蛇游戏

阅读量:

贪吃蛇

复制代码
    <!DOCTYPE html>
    <html>
    <head>
    	<title>贪吃蛇</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    	<style type="text/css">
    		.backDiv {
    			text-align: center;
    			position:absolute;
    			top:20px;
    			left:300px;
    			width:820px;
    			height:550px;
    		}
    		.display {
    			position:absolute;
    			top:0px;
    			left:685px;
    			width:180px;
    			height:510px;
    			border: 5px solid black;
    			background-color: #ccffff;
    		}
    		#gamePanel table {
    			border-collapse: collapse;/*合并单元格边

全部评论 (0)

还没有任何评论哟~