教你表白

mac2024-05-10  31

<!DOCTYPE html> <html> <head> <title>写上你想对哪个她说的话</title> <style> /*css*/ div{width:100px; height:160px; background:red; border-radius:100px 100px 0 0; transform:rotate(45deg);/*css3*/; margin-left:100px;} .right{transform:translateX(-42px) translateY(-160px) rotate(-45deg); } </style> </head> <body> <h1>第一个标题</h1> <br> <p>内容</p> <div></div> <div class="right"></div> </body> <h1><span style="color:red">比心</span></h1> <p><img src=29746601088990514.jpg> <body style="background-color:rgb(0,255,255)"> <h2 style="background-color:red"></h2> <p style="background-color:green"></p> </body> </html>
最新回复(0)