(แก้ตรงนี้เป็นชื่อพี่หัวตี้เลย) (Copy 1754) (Branc..
✨ CHINATIP CHANPONG
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .contain{ right:13%; position:fixed; } .sspim{ border-radius:100%; width:8em; height:8em; background:black; position: absolute; } .red{ background:#f00a; } .green{ background:#0f0a; top: 80px; left: 45px; } .blue{ background:#00fa; left:80px; } </style> </head> <body> <div class="contain"> <div class="red sspim"> </div> <div class="green sspim"> </div> <div class="blue sspim"> </div> </div> </body> </html>