Week 1 (Branch 584)
✨ PITHAWAT NUCKONG
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:2em; font-family:sans-serif; } .namecard{ width:50%; margin:auto; text-align:center; background:#BEBEBE; padding:2em; } .namecard:hover{ width:50%; margin:auto; text-align:center; background:grey; padding:2em; border-radius:65px; transition: .75s; } .title{ color:#BEBEBE; } a{ color:#BEBEBE; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title" style="font-size=25px;"> Pithawat Nuckong </h1> <p class="heading"> ผมชื่อฟิล์ม ฝากตัวด้วยครับพี่ๆ </p> <a href="https://www.facebook.com/profile.php?id=100009911313309" target="_blank">Contact!</a> </div> </body> </html>