mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
css
This commit is contained in:
parent
6e3f62d138
commit
d62fe87e55
19
style.css
19
style.css
@ -1,8 +1,13 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-image: linear-gradient(blue, cyan);
|
||||
}
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-image: linear-gradient(blue, cyan);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user