2020-8-21 动物赛跑 优化版 (跑道 背景色)

本文介绍了2020年8月21日更新的动物赛跑游戏的优化版本,重点讲述了如何添加跑道和背景色,提升游戏视觉效果。
摘要由CSDN通过智能技术生成

2020-8-21 动物赛跑 优化版 (跑道 背景色)

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title></title>
    <!-- <link rel="stylesheet" href="css/mystyle.css" /> -->
    <!-- <script type="text/javascript" src="js/myjs1.js" ></script> -->

    <style>
        #map {
    
            width: 1000px;
            height: 600px;
            position: absolute;
            left: 200px;
            top: 100px;
            border: solid 1px #ecd713;
            text-align: center;
           
        }



        #paodao {
    
            width: 1000px;
            height: 500px;
            position: absolute;
            left: 200px;
            top: 200px;
            border: solid 1px #ecd713;
            text-align: center;
            /* background:url(2.png); */
            background: linear-gradient(#51B0E7 70%, #90E090 30%);
            background-position: 200px 400px;
            /* background-size:400px 300px; */
            /* background-repeat: no-repeat; */


            background-size: 20% 50px;
        }




        
        img {
    
            display: none;
            position: absolute;
            width: 32px;
            height: 32px;
        }

body{
    
background-color: #f1efd7;

}
        
    </style>

</head>

<body>
    <p> <img src="2.png" alt="Flowers" width="224" height="162"></p>
    <div id='map'>
        <input type="button" value="开始" onclick="start()" />
        <input type="button" value="暂停" onclick="stop()" />
        <input type="button" value="继续" onclick="restart()" />
    </
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值