salva-la-costanera/src/style.css

26 lines
387 B
CSS
Raw Normal View History

2021-06-30 23:16:45 +00:00
html,
body {
2021-06-27 14:49:56 +00:00
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
user-select: none;
2021-06-27 14:49:56 +00:00
}
#juego {
display: block;
width: 100%;
height: 100%;
}
#full-screen {
position: fixed;
bottom: 0;
right: 0;
}