五星红旗任务,看看有无问题

五星红旗任务,看看有无问题

<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <title>2-3</title>
    <style type="text/css">
        /* 此处写代码*/
        .flag{
        	width: 300px;
        	height: 200px;
        	background-color: red;
        	margin: 50px auto;
        }
        .star{
            position: relative;
        	width: 0;
        	height: 0;
        	border: 10px solid transparent;
        	border-top:6px solid yellow;
        	
        }
        .star::after{
        	display: block;
        	position: absolute;
        	top: -13px;
        	left: -15px;
        	width: 0;
        	height: 0;
        	border: 10px solid transparent;
        	border-top:6px solid yellow;
        	transform: rotate(140deg);
        	content:"";
        }
        .star::before{
        	display: block;
        	position: absolute;
        	top: -8px;
        	left: -15px;
        	width: 0;
        	height: 0;
        	border: 10px solid transparent;
        	border-top:7px solid yellow;
        	transform: rotate(70deg);
        	content:"";
        }
        .bigstar{
            transform: scale(2.5) translate(15px,20px);
        }
        .star1{
            transform: translate(80px,0) rotate(-45deg);
        }
        .star2{
            transform: translate(100px,5px) rotate(-30deg);
        }
        .star3{
            transform: translate(100px,15px);
        }
        .star4{
            transform: translate(80px,20px) rotate(30deg);
        }
    </style>
</head>
<body>
    <!-- 此处写代码 -->
    <div class="flag">
        <div class="star bigstar"></div>
        <div class="star star1"></div>
        <div class="star star2"></div>
        <div class="star star3"></div>
        <div class="star star4"></div>
    </div>
</body>
</html>

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕星星 2021-08-11 16:13:42

同学你好,代码布局可以,但是五角星效果有一点不协调

http://img1.sycdn.imooc.com//climg/6113862709e57b5001990228.jpg

建议再调整下两个伪类的定位以及角度,参考:

http://img1.sycdn.imooc.com//climg/61138655095c9ba005480389.jpg

http://img1.sycdn.imooc.com//climg/6113866209aa3c6904740355.jpg

祝学习愉快!

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师