personal-website/assets/css/site.css

30 lines
505 B
CSS
Raw Normal View History

.page-footer {
padding-right: 0px;
padding-left: 0px;
}
.icon-footer {
padding: 5px;
}
.bgimage {
width:100%;
height:100vh;
background: url('../img/logo.svg');
background-repeat: no-repeat;
background-position: center;
background-size:cover;
background-attachment: fixed;
}
.bgimage h1 {
color:white;
text-shadow:2px 2px #333;
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}