mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-05 13:53:51 -04:00
got a pretty banner image up with a proper web format. tweaks to navbar and home page only for now
This commit is contained in:
parent
cfcf8be16f
commit
fc7dbaa54b
7 changed files with 434 additions and 35 deletions
|
@ -1,9 +1,3 @@
|
|||
.img-jumbotron {
|
||||
background-image: url("../img/logo.jpg");
|
||||
background-size: cover;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
|
@ -11,4 +5,26 @@
|
|||
|
||||
.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%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue