burning.moe/static/css/style.css
Lilian Jónsdóttir a7f6bb35e7 it works!
initial build that basically replicates my old HTML site
2024-01-22 20:10:14 -08:00

71 lines
1.1 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
body {
background: #FFF;
color: #121212;
text-align: center;
font-family: 'Gloria Hallelujah', cursive;
}
a {
color: #333;
text-decoration: none;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
/* ...and now for the proper property */
transition: .5s;
}
a:hover {
color: #999;
}
a.back {
color: #111;
}
#stuff {
margin: 55px 150px 25px 150px;
}
#words {
font-size: 1.0em;
margin-top: -10px;
}
#bigwords {
font-size: 1.3em;
}
#leftfooter {
position: fixed;
bottom: 10px;
left: 10px;
font-size: 0.75em;
text-align: left;
}
#rightfooter {
position: fixed;
bottom: 10px;
right: 10px;
font-size: 0.75em;
text-align: right;
}
#header {
margin: 0px;
margin-top: -20px;
}
h1 {
font-size: 1.7em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, " Pゴシック", "MS PGothic", sans-serif;
}
h2 {
padding-top: 0px;
font-size: 1.4em;
}