ITx Workshop (Copy 9205)
✨ นางสาวภัทรานิษฐ์ สิริอุดมศักดิ์
<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-color: hsl(0, 0%, 100%); */ /* border-top: 5px solid hsl(220, 50%, 50%); */ /* border-radius: 10px; */ /* text-align: center; */ /* padding: 30px; */ /* color: hsl(0, 0%, 20%); */ } .card > img { width: 150px; height: 150px; object-fit: cover; /* border-radius: 50%; */ /* margin-top: 30px; */ /* margin-bottom: 50px; */ } </style> </head> <body> <div class="card"> <!-- ใส่รูปของน้องโดยใช้ tag: img --> <!-- กำหนด style แบบ inline ให้ขนาด font เท่ากับ 24px และใส่สี font --> <h1>ชื่อ นามสกุล</h1> <p>นักศึกษาชั้นปีที่ 2<br>คณะเทคโนโลยีสารสนเทศ สจล.</p> </div> </body> </html>