Week 1 (Branch 670)
✨ SUPAWAT USANON
<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; } .title{ color:deeppink; } a{ color:red; } .social-icons li { display: inline-block; margin: 0.15em; position: relative; font-size: 1em; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Phawinee Thongbor </h1> <p> เด็กในตี้น่ารักทุ้กคนนน ยินดีที่ได้รู้จักค้าบ </p> <a href="https://www.facebook.com/faiifubetween">Faiifu Phaiwnee</a> <i class="fa fa-facebook-official" aria-hidden="true"></i> </div> </body> </html>