Added inset shadow into banner image
This commit is contained in:
parent
08f16661df
commit
dfe4e4d182
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ body {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
box-shadow: inset 0em -2em 5em #222222;
|
||||||
}
|
}
|
||||||
.banner h1 {
|
.banner h1 {
|
||||||
text-shadow: 2px 2px #222222;
|
text-shadow: 2px 2px #222222;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue