Week 1 (Branch 588)
✨ PANUPONG KEAWKAM
<html> <head> <title>63070132 </title> <style> body { background: #4f4f4f; margin: 2em; font-family: sans-serif; } .namecard { height: 60%; width: 80%; margin: auto; text-align: center; background: #ffffff; padding: 2em; border-radius: 10px; transition: .25s; } .namecard:hover { height: 61%; width: 81%; margin: auto; text-align: center; background: #ffffff; padding: 2em; border-radius: 10px; transition: .25s; } .title { color: #505050; } </style> </head> <body> <div class="namecard"> <h1 class="title" style="font-size: 48px;"> Panupong </h1> <img src="https://www.pngfind.com/pngs/m/1-13919_mouth-closed-troll-face-troll-face-laugh-hd.png" height="184px"> <p> ซาหวาดดีคร้าบบบบบบบบบบบบบบบบบ </p> <form action="https://www.facebook.com/profile.php?id=100005508646227" target="_blank"> <button type="submit" style="font-size: 24px; background: #9a9a9a; color: #ffffff" ;>FACEBOOK</button> </form> </div> </body> </html>