Week 1, North (Branch 1011)
✨ นายณัฐภัทร วัฒนพิทักษ์พงศ์
<html> <head> <title>Let's Start </title> <style> body{ background:#FFD27F; margin:7em; font-family:Cursive; } .namecard{ width:70%; margin:auto; text-align:center; background:#188C8E; padding:2em; border-radius:15px; transition: .5s; } .namecard:hover{ background:#701B34; transition: .5s; } .title{ color:#eee; font-size:40 } .title2{ color:#eee; font-size:20; } a{ color:#eee; } a:hover{ color:green; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> North </h1> <p class="title2"> สวัสดีค้าบพี่ๆ Happy New Year ครับ </p> <a href="https://www.facebook.com/north.lightza/" target="_blank">Contact</a> </div> </body> </html>