欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

如何用60行CSS代碼打造一顆愛心?

劉姿婷2年前12瀏覽0評論

css:

<style>div{background-color:tomato;width:100px;height:100px;position:relative;top:100px;left:50%;transform:rotate(-45deg);}div:before{content:"";width:100px;height:100px;border-radius:50%;background-color:tomato;position:absolute;top:-50px;left:0;}div:after{z-index:-1;content:"";width:100px;height:100px;border-radius:50%;background-color:tomato;position:absolute;top:0px;left:50px;}</style>

html:

<div></div>

結果:

你可以給心添加css動畫,讓跳起來

**************************************************************************************

有同學問動畫怎么做?我做了一下,具體效果見這里:

http://www.toutiao.com/i6480083010233303565/