ปิ้วๆ (Branch 882)
✨ NIDA KONGRUNGRUENG
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .pipe{ background:deeppink; box-shadow:0px 0px 10px #0006; width:1em; height:20em; position:absolute; top:20vh; left:50vh; border-radius:10em; } </style> </head> <body> <!-- เขียนเว็บง่ายๆ และดูการแสดงผลด้านซ้ายมือได้เลย --> <div class="pipe"> </div> </body> </html>