Week 1, A-Thx (Copy 688) (Branch 718)
✨ KONGPHOP NAUNSANTHIA
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:2em; font-family:sans-serif; background: linear-gradient(to bottom right,#ff0000, #ffa500, #ffff00, #008000, #0000ff, #4b0082, #ee82ee); } .namecard{ width:90%; margin:auto; text-align:center; background:black; padding:2em; border-radius:15px; color:black; } .gcard{ display:flex; width: 100%; height: 15vh; } .ncard{ width:50%; background:grey; border-radius:15px; color:black; margin: 10px; text-align: center; } .title{ color:#eee; } a{ color:#eee; } h5{} </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <!-- <div class="namecard"> <h1 class="title"> ชื่อ </h1> <p class="title"> แนะนำตัวเอง </p> <a href="#!" target="_blank">Contact</a> </div> --> <div class="gcard"> <div class="ncard title"><h2> ชื่อ </h2></div> <div class="ncard title"><h2> ชื่อ </h2></div> </div> <div class="gcard"> <div class="ncard title"><h2> ชื่อ </h2></div> <div class="ncard title"><h2> ชื่อ </h2></div> </div> <div class="gcard"> <div class="ncard title"><h2> ชื่อ </h2></div> <div class="ncard title"><h2> ชื่อ </h2></div> </div> <div class="gcard"> <div class="ncard title"><h2> ชื่อ </h2></div> <div class="ncard title"><h2> ชื่อ </h2></div> </div> </body> </html>