Nonggram_Week1
✨ Nattapat Buakhamkote
<html> <head> <title> Let's Start </title> <style> body{ background:#dffdff; margin:2em; font-family:sans-serif; } .namecard{ width:50%; margin:auto; text-align:center; background:white; padding:2em; border-radius:25px; } .namecard:hover{ width:50%; margin:auto; text-align:center; background:skyblue; padding:2em; } .title{ color:#dffdff; } a{ color:white; } a:hover{ color:blue; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Nattapat Buakhamkote. </h1> <p> ษวัษดลีร์ครั๊ผผฒชื่ฮโปรเเกรมน๊ครั๊ผ ญิร์ป์นดลีร์ธิ๊ฆ์ไฎ๊รุ๊ง์วจัซ์ขน๊ครั๊ผ </p> <a href="https://www.facebook.com/Lww.PG/">Facebook</a> </div> </body> </html>