liveemily.com/css/index.css

42 lines
546 B
CSS
Raw Permalink Normal View History

2021-07-27 07:51:24 -04:00
body {
background-color: #282828;
2021-07-28 09:09:56 -04:00
color: #ebdbb2;
2021-07-27 07:51:24 -04:00
}
h1 {
text-align: center;
font-size: 55px;
2021-07-28 09:09:56 -04:00
margin-top: 30vh;
2021-07-27 07:51:24 -04:00
}
p {
text-align: center;
font-size: 35px;
margin-top: 4vh;
}
2021-07-28 09:09:56 -04:00
.navbar-top {
overflow: hidden;
background-color: #1d2021;
border-radius: 7px;
}
.navbar-top a {
float: left;
display: block;
background-color: #1d2021;
color: #ebdbb2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar-top a:hover {
background-color: #3c3836;
}
.navbar-top .float-right {
float: right;
}