mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-23 04:47:27 +02:00
Explore Design changes
This commit is contained in:
parent
85d749d33d
commit
df08385cc5
22 changed files with 146 additions and 53 deletions
|
@ -9,7 +9,7 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 300px;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
@ -18,14 +18,15 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
height: 300px;
|
||||
background:linear-gradient(to bottom, rgba($background, .95), rgba($background, .5) 20%);
|
||||
|
||||
.headerInner {
|
||||
max-width: $layoutWidth;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 65px 20px 0;
|
||||
padding: 225px 20px 0;
|
||||
text-shadow: 0 0 20px black, 0 0 20px black;
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
|
@ -41,7 +42,7 @@
|
|||
|
||||
.headerPlaceholder {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 270px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue