-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5902fa
commit 2bb100b
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
header { | ||
.room-header { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
background-color: #c0c4d7; | ||
width: 100vw; | ||
padding: 1em 0em; | ||
overflow: hidden; | ||
background: linear-gradient(to bottom, #8181a5 5%, #676980 100%); | ||
box-shadow: 0 30px 40px rgba(0,0,0,.1); | ||
} | ||
background: linear-gradient(to bottom, #bfd7df 5%, #1829de 100%); | ||
gap: 2em; | ||
box-shadow: inset -2px -17px 20px 1px rgb(125 150 156); | ||
} | ||
|
||
h1 { | ||
font-size: 3em; | ||
} | ||
|
||
.alien{ | ||
width: 7em; | ||
margin: -1.5em | ||
} | ||
|
||
h1 { | ||
font-size: 3em; | ||
} | ||
|
||
.alien{ | ||
width: 7em; | ||
margin: -1.5em | ||
} | ||
.timer-btn { | ||
margin: 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters