About
Explore
Events & Classes
Support Us
Join
Sign In
emma-pfps
View Project Page
Run
Fullscreen
pfp mania giftcard - [replace with friend's username]
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0,shrink-to-fit=no,width=device-width"> </head> <body> <h1>giftcard at pfp mania ~</h1> <div class="giftcard"> <div> <h3>pfp mania giftcard</h3> <img src="https://justcodaborate.org/studio_thumbs/pmt.jpg" alt="logo"> </div> <small>Product:</small> <h2>[product name]</h2> <small>Product specifications:</small> <h2>[product specifications]</h2> <br> </div> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap'); h1 { font-family: Bowlby One SC; } .giftcard { box-shadow: 1px 1px 54px -11px rgba(0,0,0,1); width: 410px; height: auto; color: white; padding: 20px; background-color: #2e2e2e; border-radius: 1rem; margin-top: 50px!important; margin: auto; font-family: Comfortaa; } .giftcard div { display: flex; justify-content: space-between; } .giftcard div h3 { margin-bottom: 60px; } .giftcard div img { width: 100px; height: 60px; } .giftcard h2 { margin-top: -5px; }