matteo-the-prestige/static/css/common.css

69 lines
1.1 KiB
CSS
Raw Normal View History

2021-01-02 11:21:53 +00:00
@import url('https://fonts.googleapis.com/css2?family=Alegreya&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@700&display=swap');
body {
background-image: url("naturalblack.png");
2021-01-02 11:21:53 +00:00
}
/* Background pattern from Toptal Subtle Patterns */
div, button, h1, h2, a {
font-family: 'Alegreya', serif;
color: white;
}
h2 {
text-align: center;
}
.link{
position: relative;
top: 10px;
}
.h1 {
margin: auto;
width: 45%;
color: white;
}
.page_header {
color: white;
font-family: 'Goldman', cursive;
2021-01-03 20:24:50 +00:00
text-decoration: none;
2021-01-02 11:21:53 +00:00
}
#header {
width: 100%;
height: max-content;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
2021-01-03 20:24:50 +00:00
#header .page_header {
margin: auto;
2021-01-02 11:21:53 +00:00
}
#link_div {
text-align: right;
position: absolute;
top: 0px;
right: 30px;
}
#link_div > a {
background-color: transparent;
text-decoration: underline;
}
#link_div > a:link, #link_div > a:visited {
color: lightblue;
}
#link_div > a:hover {
color: white;
2021-01-02 22:36:19 +00:00
}
img.emoji {
height: 14px;
2021-01-02 11:21:53 +00:00
}