mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
78 lines
1.2 KiB
CSS
78 lines
1.2 KiB
CSS
html, body{
|
|
overflow-y: scroll;
|
|
}
|
|
body{
|
|
background-image: url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')
|
|
}
|
|
h1, h2 {
|
|
font-family: "Roboto Condensed",sans-serif;
|
|
color: #1f1f1f;
|
|
}
|
|
h1{
|
|
font-size: 3rem;
|
|
}
|
|
.header h1{
|
|
display: inline-block;
|
|
margin-bottom: 0px;
|
|
}
|
|
.header{
|
|
margin-bottom: 0px;
|
|
background-color: white;
|
|
width: 100%;
|
|
z-index: 10;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.socials{
|
|
display: block;
|
|
float: right;
|
|
}
|
|
.socials img{
|
|
display:inline;
|
|
height: 40px;
|
|
}
|
|
.navBar li{
|
|
display: inline-block;
|
|
margin-bottom: 40px;
|
|
padding: 0px;
|
|
background-color: rgb(156,49,45,.5);
|
|
border-top: 3px black solid;
|
|
border-bottom: 3px black solid;
|
|
border-right: 3px black solid;
|
|
}
|
|
.navBar li:hover{
|
|
background-color: rgb(156,49,45,.8);
|
|
}
|
|
.navBar li:first-child{
|
|
border-left: 3px black solid;
|
|
}
|
|
.navBar li a{
|
|
color: white;
|
|
padding: 40px;
|
|
line-height: 30px;
|
|
}
|
|
.navBar{
|
|
margin-bottom: 0px;
|
|
}
|
|
.spacer{
|
|
margin-bottom:10em;
|
|
}
|
|
.foreground{
|
|
position:absolute;
|
|
margin-left: -10px;
|
|
padding-left: 10px;
|
|
width:100%;
|
|
background-color: rgb(156,49,45,.5);
|
|
}
|
|
img{
|
|
margin: 10px;
|
|
}
|
|
p{
|
|
color: #ffffff;
|
|
}
|
|
a {
|
|
color: #a0a0a0a0;
|
|
text-decoration: none;
|
|
}
|