mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-14 08:34:34 +00:00
19 lines
327 B
CSS
19 lines
327 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #0d0d0c;
|
|
color: #635e5c;
|
|
}
|
|
h1 {
|
|
color: #635e5c;
|
|
text-align: center;
|
|
text-shadow: 2px 2px 4px #800000;
|
|
font-size: 60px;
|
|
}
|
|
|
|
h2 {
|
|
color: #635e5c;
|
|
text-align: center;
|
|
text-shadow: 2px 2px 4px #800000;
|
|
font-size: 40px;
|
|
} |