框架
代码:
</head>
<frameset rows="50,*" frameborder="no" border='30' bordercolor='gold'>
<frame src="top.html" noresize='noresize' scrolling='no' />
<frameset cols='200,*' frameborder='no'>
<frame src='left.html' noresize='noresize' />
<frame src='main.html' name='abc' />
</frameset>
</frameset>
<noframeset>对不起你的浏览器不支持</noframeset>
</html>
结果:
![]()
安卓机器人
部分代码:
/*腿留给大家做*/
.box .foot{
width:40px;
height:100px;
margin-left:90px;
background-color:#A4CA39;
border-radius:0px 0px 25px 25px;
}
.box .foot::after{
content:'';
width:40px;
height:100px;
display:block;
background-color:#A4CA39;
transform:translate(110px,0px);
border-radius:0px 0px 25px 25px;
}
</style>
<script type="text/javascript"></script>
</head>
<body>
<div class='box'>
<div class='head'></div>
<div class='shenti'></div>
<div class='foot'></div>
</div>
运行结果:
![]()