mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
13 lines
255 B
CSS
13 lines
255 B
CSS
@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);
|
|
} |