Public
Edited
Nov 27, 2022
1 star
Insert cell
Insert cell
Insert cell
<div class="free-space">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>

<div class="ticket">
<div class="left">
<div class="image">
<p class="admit-one">
<span>${strip_label}</span>
<span>${strip_label}</span>
<span>${strip_label}</span>
</p>
<div class="ticket-number">
<p>
#20030220
</p>
</div>
</div>
<div class="ticket-info">
<p class="date">
<span>TUESDAY</span>
<span class="june-29">JUNE 29TH</span>
<span>2021</span>
</p>
<div class="show-name">
<!--h1>SOUR Prom</h1-->
<h2>Olivia Rodrigo</h2>
</div>
<div class="time">
<p>8:00 PM <span>TO</span> 11:00 PM</p>
<p>DOORS <span>@</span> 7:00 PM</p>
</div>
<p class="location"><span>East High School</span>
<span class="separator"><i class="far fa-smile"></i></span><span>Salt Lake City, Utah</span>
</p>
</div>
</div>
<div class="right">
<p class="admit-one">
<span>${strip_label}</span>
<span>${strip_label}</span>
<span>${strip_label}</span>
</p>
<div class="right-info-container">
<div class="show-name">
<h1>SOUR Prom</h1>
</div>
<div class="time">
<p>8:00 PM <span>TO</span> 11:00 PM</p>
<p>DOORS <span>@</span> 7:00 PM</p>
</div>
<div class="barcode">
<img src="https://external-preview.redd.it/cg8k976AV52mDvDb5jDVJABPrSZ3tpi1aXhPjgcDTbw.png?auto=webp&s=1c205ba303c1fa0370b813ea83b9e1bddb7215eb" alt="QR code">
</div>
<p class="ticket-number">
#20030220
</p>
</div>
</div>
</div>

</div>
Insert cell
<style>

@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body,
html {
height: 100vh;
display: grid;
font-family: "Staatliches", cursive;
background: pink;
color: black;
font-size: 14px;
letter-spacing: 0.1em;
}

.free-space {
width: 900px;
height: 350px;
margin: 50px;
padding: 50px;
}

.ticket {
margin: auto;
display: flex;
height: 100%;
background: white;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.left {
display: flex;
height: 100%;
}

.image {
height: 250px;
width: 250px;
background-image: url("https://media.pitchfork.com/photos/60db53e71dfc7ddc9f5086f9/1:1/w_1656,h_1656,c_limit/Olivia-Rodrigo-Sour-Prom.jpg");
background-size: contain;
opacity: 0.85;
}

.admit-one {
position: absolute;
color: darkgray;
height: 250px;
padding: 0 10px;
letter-spacing: 0.15em;
display: flex;
text-align: center;
justify-content: space-around;
writing-mode: vertical-rl;
transform: rotate(-180deg);
}

.admit-one span:nth-child(2) {
color: white;
font-weight: 700;
}

.left .ticket-number {
height: 250px;
width: 250px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
padding: 5px;
color: pink;
}

.ticket-info {
padding: 10px 30px;
display: flex;
flex-direction: column;
text-align: center;
justify-content: space-between;
align-items: center;
}

.date {
border-top: 1px solid gray;
border-bottom: 1px solid gray;
padding: 5px 0;
font-weight: 700;
display: flex;
align-items: center;
justify-content: space-around;
}

.date span {
width: 100px;
}

.date span:first-child {
text-align: left;
}

.date span:last-child {
text-align: right;
}

.date .june-29 {
color: #d83565;
font-size: 20px;
}

.show-name {
font-size: 32px;
font-family: "Nanum Pen Script", cursive;
color: #d83565;
}

.show-name h1 {
font-size: 48px;
font-weight: 700;
letter-spacing: 0.1em;
color: #4a437e;
}

.time {
padding: 10px 0;
color: #4a437e;
text-align: center;
display: flex;
flex-direction: column;
gap: 10px;
font-weight: 700;
}

.time span {
font-weight: 400;
color: gray;
}

.left .time {
font-size: 16px;
}


.location {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
padding-top: 8px;
border-top: 1px solid gray;
}

.location .separator {
font-size: 20px;
}

.right {
width: 180px;
border-left: 1px dashed #404040;
}

.right .admit-one {
color: darkgray;
}

.right .admit-one span:nth-child(2) {
color: gray;
}

.right .right-info-container {
height: 250px;
padding: 10px 10px 10px 35px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}

.right .show-name h1 {
font-size: 18px;
}

.barcode {
height: 100px;
}

.barcode img {
height: 100%;
}

.right .ticket-number {
color: gray;
}

</style>
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more