home/static/css/style.css

55 lines
865 B
CSS
Raw Normal View History

2019-07-11 18:00:37 +02:00
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-bottom: 60px;
font-size: 1.3rem;
height: 100%;
2019-03-09 16:54:09 +01:00
}
2019-03-21 01:12:46 +01:00
2019-07-11 18:00:37 +02:00
p a {
color: orange;
font-weight: 500;
transition: color .2s;
2019-03-21 01:12:46 +01:00
}
2019-07-11 18:00:37 +02:00
p a:hover {
text-decoration: none;
color: yellow;
2019-03-09 16:54:09 +01:00
}
2019-03-14 01:45:02 +01:00
2019-07-11 18:00:37 +02:00
.display-3 {
font-weight: 800;
letter-spacing: 1px;
font-size: 18rem;
width: 100%;
text-align: right;
line-height: 0.6;
2019-03-09 16:54:09 +01:00
}
2019-03-14 01:45:02 +01:00
2019-07-11 18:00:37 +02:00
.jumbotron {
box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
padding-right: 150px;
height: 100vh;
2019-03-09 16:54:09 +01:00
}
2019-03-14 02:14:53 +01:00
2019-07-11 18:00:37 +02:00
.org {
font-size: 12rem;
color: grey;
2019-03-14 02:14:53 +01:00
}
2019-07-11 18:00:37 +02:00
.lead {
color: #aaa;
border-radius: 10px;
padding: 10px;
font-size: 30px;
width: 100%;
text-align: right;
margin-top: 50px;
2019-03-09 16:54:09 +01:00
}
2019-07-11 18:00:37 +02:00
#chevron {
font-size: 10rem;
opacity: 0.5;
position: absolute;
bottom: 10px;
margin: 0 auto;
}