Week1
✨ นายชินทัศน์ พรหมมี
<html> <head> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <title>Let's Start </title> <style> body{ font-family:"Anuphan"; } @font-face { font-family: "Anuphan"; src: url('https://www.jabont.com/jayss/fonts/Anuphan/Anuphan-Bold.woff2') format('woff2'); font-weight: 500; } body{ background:#A1887F; margin:2em; font-family:sans-serif; } .namecard{ width:50%; margin:auto; text-align:center; background:white; padding:2em; } .title{ color:#F9B5A2; font-size:31.5px; font-family: "Anuphan"; } a{ color:#F4D1C3; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Shin </h1> <p> 63070XXX </p> <a href="https://www.facebook.com/pimwaree.kromsuriyasak/">My Facebook</a> </div> <br> <div class="namecard"> <h1 class="title"> SSPIM </h1> <p> 63070XXX </p> <a href="https://www.facebook.com/pimwaree.kromsuriyasak/">My Facebook</a> </div> <br> </body> </html>