Skip to content

Instantly share code, notes, and snippets.

@ItsFlo
ItsFlo / Casino.css
Last active April 21, 2022 12:58
Stylesheet für Ticketsystem am Casino Event
body {
margin: 0;
padding: 5em;
color: white;
font-family: "Futura";
font-weight: bold;
}
h2 {
text-transform: uppercase;
}