本文所分享的知识点是【css图标制作教程制作云图标】,欢迎您喜欢我爱IT技术网所分享的教程、知识、经验或攻略,下面是详细的讲解。
css图标制作教程制作云图标
body{
background:#ddd
}</p>
<p>.logo{
width:400px;
border:30px solid #3FB7F3;
height:210px;
background:#3FB7F3;
position:relative;
overflow:hidden;
margin:100px auto;</p>
<p>}
.logo div{
border:20px solid #fff;
width:100px;
height:80px;
border-radius:50%;
position:absolute;
top:230px;
left:0;
}
.logo div:nth-of-type(1){
top:56px;
left:88px;
border-right-color: transparent;
border-bottom-color: transparent;
}</p>
<p>.logo div:nth-of-type(2){
width:65px;
height:65px;
top:106px;
left:28px;
border-right-color: transparent;
}</p>
<p>.logo div:nth-of-type(3){
width:114px;
height:114px;
top:6px;
left:156px;
border-bottom-color: transparent;
}</p>
<p>.logo div:nth-of-type(4){
width:95px;
height:95px;
top:78px;
left:239px;
border-left-color: transparent;
}</p>
<p>.logo div:nth-of-type(5){
width:100px;
height:100px;
top:97px;
left:253px;
background:#3FB7F3;
border:0
}</p>
<p>.logo div:nth-of-type(6){
width:120px;
height:120px;
top:26px;
left:172px;
background:#3FB7F3;
border:0
}</p>
<p>
.logo div:nth-of-type(7){
width:100px;
height:100px;
top:74px;
left:106px;
background:#3FB7F3;
border:0
}</p>
<p>.logo div:nth-of-type(8){
width:70px;
height:70px;
top:124px;
left:48px;
background:#3FB7F3;
border:0
}</p>
<p>.logo div:nth-of-type(9){
width:247px;
height:55px;
top:138px;
left:76px;
border-radius:0;
background:#3FB7F3;
border:0;
border-bottom:20px solid #fff
}
关于css图标制作教程制作云图标的相关讨论如下:
相关问题:一张矢量图使用css来调用矢量图里的N个图标
答:楼主的意思应该是用CSS控制,使几个不同的按钮分别使用同一张背景图里的不同区域来做背景吧?这个技术叫CSS Spirit,具... >>详细
相关问题:html和css制作一个搜索框,要内容与搜索图标结合,...
答:简单结构,样式自己去写 搜索框 《DIV》《Input type=text》《i》你的放大镜的图标《/i》《DIV》 下拉 默认值 《ul》 你的图标选项一 你的图标选项2 《/ul》 **或者你可以用list-style的项目号来做。 >>详细
相关问题:如何用css显示一个图片中多个小图标?
答:CSS显示一个大图片中的多个小图标,主要是用background-position这个属性来控制的。 先看下面这张300*300的大图片,每个小图标是100*100的。(这张图片名字叫9pic2.jpg) 首先先将你要放置背景小图标的元素的大小设置成图片里图标的实际大小,用wi... >>详细
- 评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)
-
