小白跪求大佬
<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><metaname="Generator"content=...
<!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> <style> html,body{ height:100%;} body{ overflow:hidden; margin:0;/*0省略px 外边距*/ background:url(images/1.jpg) no-repeat center/cover; } .wrap:before{ content:''; position:absolute; left:0; top:0; width:10px; height:16px; background-color:red; border-radius:5px 5px 0px 0px; transform:rotate; } .wrap:after{ content:''; position:absolute; left:0; top:0; width:10px; height:16px; background-color:red; border-radius:5px 5px 0px 0px; transform: translateX(4.3px) rotate(45deg); } </style> </head> <body> <div class="wrap"></div> <script src="js/jquery-1.2.6.min.js"</script> <script src="js/snowfall.jquery.js"</script> <script> $(document).snowfall({flakeCount:100,maxSpeed:10}); </script> </body></html>
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询