Week 1 – A-Arin (Branch 488)
✨ NOPPAWAN PAKINSEE
<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:white; padding:2em; border-radius: 10px; box-shadow: 5px 5px graytext; } .title{ color:black; } a{ color:graytext; } p{ color:white; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Noppawan Pakinsee </h1> <p> สวัสดีครับท่านสมาชิก </p> <a href="https://www.facebook.com/noppawan.007/">Facebook</a> <a href="https://github.com/tigerza117">Github</a> </div> </body> </html>