Color Wheel (Branch 458)
✨ นายก้องภพ นวลสันเทียะ
<html> <head> <title>สัวัสดีครับ </title> <style> body{ background:#3E2723; margin:9em; font-family:sans-serif; } .namecard{ width:30%; margin:50; text-align:center; background:#BF360C; padding:7em; border-radius:20px; transition: .9s; } .namecard:hover{ width:20%; margin:100; text-align:center; background:#FFC107; padding:8em; border-radius:15px; transition: .9s; } .title{ color:#0D47A1; } a{ color:#212121; } a:hover{ color:#FFFF00; } </style> </head> <body> <div class="namecard"> <h1 class="title"> Phymm </h1> <p class="title"> สวัสดีครับพี่ๆผมชื่อภีมครับยินดีที่ได้รู้จักครับฝากตัวด้วยครับผม </p> <a href="https://www.facebook.com/peemkongphop" target="_blank">facebook</a> </div> </body> </html>