ITx Workshop (Copy 9207)
✨ นางสาวภัทรานิษฐ์ สิริอุดมศักดิ์
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ITx KMITL</title> <style> body { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; margin: 0; background-color: hsl(0, 0%, 95%);; } .card { width: 300px; height: 420px; box-shadow: 0px 0px 15px 0px hsla(0, 0%, 25%, .125); font-family: sans-serif; background-image: url(https://cdn.discordapp.com/attachments/452574191774990356/885186008767950858/whale.jpg); background-position: left; background-color: hsl(0, 0%, 100%); border-top: 5px solid hsl(220, 50%, 50%); border-radius: 25px; text-align: center; padding: 35px; color: hsl(0, 0%, 20%); } .card > img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; margin-top: 30px; margin-bottom: 50px; } h1 { font-size: 24px; color: hsl(0, 0%, 100%); border-radius: 10px; } p { color: hsl(41, 100%, 88%); border-radius: 10px; } </style> </head> <body> <div class="card"> <img src="https://media.discordapp.net/attachments/452574191774990356/885183925146750987/240443539_140759938268468_8345713129386661557_n.png?width=677&height=676"> <h1>ภัทรานิษฐ์ สิริอุดมศักดิ์</h1> <p style="font-size: 14px;">นักศึกษาชั้นปีที่ 1<br>คณะเทคโนโลยีสารสนเทศ สจล.</p> </div> </body> </html>