Week 1 (Branch 639)
✨ PIMMADA KRUNSUNGNOEN
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:2em; font-family:sans-serif; cursor: url(http://www.rw-designer.com/cursor-extern.php?id=18678), auto; } .namecard{ width:50%; margin:auto; text-align:center; background:white; padding:2em; } .title{ color:deeppink; } a{ color:red; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Team P' New ค้าบบ </h1> <p> มาค้าบเด่กๆ </p> <a href="#!">My Facebook</a> </div> </body> </html>