Introduction this article mainly introduces html christmas tree ( Sample code ) And related experience and skills , Article about 1263 word , Views 499, Number of likes 8, Worthy of recommendation !
div{
width:0px;
height:0px;
background: white;
}
#first{
border-top: 100px solid white;
border-right: 100px solid white;
border-bottom:100px solid green;
border-left: 100px solid white;
float:left;
}
#second{
width:0px;
height:100px;
border-top: 100px solid white;
border-right: 100px solid white;
border-bottom:100px solid green;
border-left:100px solid white;
}
#third{
width:20px;
height: 200px;
margin-left: 90px;
background: green;
}
Technology