Week 1 (Branch 582)
✨ CHANIKARN KAMWONG
<html> <head> <title>Let's Start </title> <style> body{ background:#000; margin: 2em; font-family:sans-serif; } .namecard{ width:30%; margin: 0%; text-align: center; background: white; padding:1em; } .title{ color:sil; } a{ color: wheat; text-decoration: none; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Chanikarn Kamwong </h1> <p> <a href="https://www.facebook.com/nostale.momo/">Momo Nostale</a> </p> </div> </body> </html>