style
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
body {
|
||||
background-image: url("images/bg.jpg");
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -39,6 +40,16 @@ button {
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 1em;
|
||||
border-style: outset;
|
||||
border-width: 5px;
|
||||
border-radius: 5px;
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
a:active {
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
#actions {
|
||||
@ -46,16 +57,13 @@ a {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-gap: 20px;
|
||||
margin: 40px auto;
|
||||
width: 700px;
|
||||
width: 650px;
|
||||
justify-items: left;
|
||||
}
|
||||
|
||||
#play {
|
||||
color: LightCyan;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
text-shadow: 2px 1px rgb(153, 145, 175);
|
||||
font-size: 1.5em;
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
@ -70,7 +78,6 @@ a {
|
||||
#hold {
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 1;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#stats-names {
|
||||
@ -78,15 +85,13 @@ a {
|
||||
grid-row: 2;
|
||||
font-family: 'Share Tech';
|
||||
text-align: left;
|
||||
align-self: top;
|
||||
}
|
||||
|
||||
#stats-values {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
text-align: right;
|
||||
font-family: 'Share Tech Mono';
|
||||
align-self: top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#matrix {
|
||||
|
Reference in New Issue
Block a user