wisdom/static/style.css

95 lines
1.3 KiB
CSS
Raw Permalink Normal View History

2022-01-20 16:35:50 +00:00
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');
html,
body {
2022-01-20 12:18:23 +00:00
margin: 0;
2022-01-20 16:35:50 +00:00
text-align: center;
2022-01-20 12:18:23 +00:00
padding: 0;
2022-01-20 14:11:54 +00:00
size: 100%;
height: 100%;
2022-01-20 16:35:50 +00:00
color: floralwhite;
2022-01-24 12:45:24 +00:00
scrollbar-color: #080808 floralwhite;
2022-01-20 12:18:23 +00:00
}
2022-01-20 16:35:50 +00:00
#main {
2022-01-20 12:18:23 +00:00
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
2022-01-20 14:11:54 +00:00
min-height: 90%;
margin-left: 8%;
margin-right: 8%;
2022-01-20 12:18:23 +00:00
}
2022-01-20 16:35:50 +00:00
div {
margin-left: 5%;
margin-right: 5%;
}
2022-01-20 14:11:54 +00:00
.wisdom {
2022-01-20 16:35:50 +00:00
font-family: "Amiri", serif;
2022-01-20 14:11:54 +00:00
display: flex;
2022-01-20 16:35:50 +00:00
font-size: 4.2em;
2022-01-20 12:18:23 +00:00
text-align: center;
2022-01-20 16:35:50 +00:00
text-decoration: none;
2022-01-20 12:18:23 +00:00
}
2022-01-20 14:11:54 +00:00
2022-01-20 16:35:50 +00:00
a,
p {
color: floralwhite;
text-align: center;
text-decoration: none;
2022-01-20 14:11:54 +00:00
}
2022-01-20 12:18:23 +00:00
a:hover {
2022-01-20 14:11:54 +00:00
filter: drop-shadow(0 0 0.5rem floralwhite);
2022-01-20 12:18:23 +00:00
}
body {
background-color: #080808;
}
2022-01-20 14:11:54 +00:00
footer * {
overflow: visible;
2022-01-20 16:35:50 +00:00
color: #080808;
2022-01-20 16:39:30 +00:00
margin-left: 2%;
margin-right: 2%;
2022-01-20 16:35:50 +00:00
text-decoration: none;
2022-01-20 14:11:54 +00:00
}
footer {
2022-01-20 16:35:50 +00:00
font-family: 'Amiri', serif;
background-color: floralwhite;
2022-01-20 14:11:54 +00:00
position: sticky;
overflow: visible;
left: 0;
display: flex;
2022-01-20 16:35:50 +00:00
height: 10%;
2022-01-20 14:11:54 +00:00
bottom: 0;
width: 100%;
2022-01-20 16:35:50 +00:00
font-size: 1.6em;
2022-01-20 14:11:54 +00:00
justify-content: center;
align-items: center;
}
2022-01-20 16:35:50 +00:00
footer p {
width: 100%;
margin: 0;
padding: 0;
}
h1.wisdom {
2022-01-20 23:43:02 +00:00
font-size: 4.2em;
2022-01-20 16:35:50 +00:00
}
#about a{
background-color: floralwhite;
color: #080808;
}
#about {
font-family: 'Amiri', serif;
font-size: 1.6em;
}
#about h2 {
font-size: 2.4em;
}