options as index

This commit is contained in:
2019-10-27 18:59:44 +01:00
parent 32b1799c6b
commit 209f48699d
5 changed files with 128 additions and 38 deletions

54
css/index.css Normal file
View File

@ -0,0 +1,54 @@
@font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
src: local('Share Tech Regular'), local('ShareTech-Regular'), url(../fonts/ShareTech.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
padding: 0;
margin: 0;
color: white;
font-family: 'Share Tech';
font-size: 1.05em;
}
body {
background-image: url("../images/bg.jpg");
background-size: cover;
}
h1 {
font-size: 3em;
margin: 40px 20px 20px 20px;
text-shadow: 3px 2px rgb(153, 145, 175);
text-align: center;
}
button {
color: black;
width: 100%;
}
.actions {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin: 40px auto;
width: 700px;
justify-items: left;
}
.cookie {
margin: 40px 0 0 0;
font-size: 0.8em;
justify-self: center;
width: auto;
grid-column: 1 / 5;
}
.play {
grid-column: 2 / 4;
justify-self: center;
}