Week 1 (Branch 540)
✨ KESMANEE SATHITWIPARAWONG
<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; padding:2em; background: rgb(225,175,56); border-radius:15px; transition: .3s; color:rgb(56,61,105); } .namecard:hover{ padding:2em; background: rgb(56,61,105); text-align:center; border-radius:15px; transition: .3s; color:rgb(225,175,56); } .title{ color:white; } a{ color:white; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h2> KESMANEE SATHITWIPARAWONG </h2> <p> สวัสดีงับ </p> <a href="https://web.facebook.com/michiyo.oz/">Kesmanee Praew Sathitwiparawong</a> </div> </body> </html>