mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
progress
This commit is contained in:
parent
8bf1fe07ba
commit
b4e2bf534f
7 changed files with 63 additions and 28 deletions
|
@ -4,27 +4,32 @@
|
|||
}
|
||||
|
||||
.icon-footer {
|
||||
padding: 5px;
|
||||
padding: 2vh;
|
||||
}
|
||||
|
||||
.bgimage {
|
||||
width:100%;
|
||||
height:100vh;
|
||||
background: url('../img/logo.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size:cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
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;
|
||||
}
|
||||
.bgimage h1 {
|
||||
color:white;
|
||||
text-shadow:2px 2px #333;
|
||||
}
|
||||
|
||||
.center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
|
||||
.navbar-transparent {
|
||||
background-color: transparent;
|
||||
border-color: rgba(255,255,255,0.4);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue