mirror of
https://github.com/tcsenpai/Hop-The-Fence.git
synced 2025-06-05 18:45:21 +00:00
37 lines
680 B
CSS
37 lines
680 B
CSS
body {
|
|
font-family: sans-serif;
|
|
font-size: 1.15em;
|
|
color: #000;
|
|
background-image: url("assets/fence.jpeg");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.popup {
|
|
background-color: #ffffff00;
|
|
border: solid 1px #cccccc5f;
|
|
border-radius: 25px;
|
|
width: fit-content;
|
|
padding: 10px;
|
|
margin: 5px;
|
|
}
|
|
|
|
button {
|
|
border: solid 1px #ccc;
|
|
background-color: #ffffffb7;
|
|
color: #000;
|
|
font-size: 1.15em;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.dim {
|
|
background-color: #ffffff9a;
|
|
width: fit-content;
|
|
padding: 10px;
|
|
margin: 5px;
|
|
} |