gegenkultur/css/fart.css

47 lines
614 B
CSS
Raw Normal View History

2022-05-28 18:48:27 +00:00
@font-face {
font-family: 'fsex300';
src: url('https://gapandfriends.neocities.org/font.ttf');
}
2022-05-21 18:02:21 +00:00
html {
background-color: black;
2022-05-28 18:48:27 +00:00
background-image: url('../media/bg.gif');
2022-05-21 18:02:21 +00:00
color: white;
2022-05-28 18:48:27 +00:00
font-family: "fsex300", serif;
/*font-size: 25px;*/
height:auto;
margin:auto;
width:50%;
2022-05-21 18:02:21 +00:00
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
2022-05-28 18:48:27 +00:00
.ebin {
font-size: 25px;
transition: 0.3s;
}
2022-05-21 18:02:21 +00:00
a {
color: orange;
2022-05-28 18:48:27 +00:00
box-shadow: 0 1px 0 orange;
2022-05-21 18:02:21 +00:00
}
h1 {
font-size: 40px;
}
code {
font-size: 15px;
color: lightgreen;
}
div {
/*border: 3px solid white;*/
padding: 1rem;
}