mirror of
https://github.com/Noratrieb/hood-bdsm-test.git
synced 2026-01-15 20:25:03 +01:00
lmao
This commit is contained in:
commit
c484673b2c
4 changed files with 116 additions and 0 deletions
43
style.css
Normal file
43
style.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
html {
|
||||
font-family: Verdana, sans-serif;
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
background-color: #282c34;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
color: white;
|
||||
align-items: center;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button {
|
||||
height: 50px;
|
||||
width: 300px;
|
||||
background-color: #5d6172;
|
||||
border: none;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #a7acbf;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue