Added game rules

This commit is contained in:
H4CK3R-01
2021-06-21 21:03:41 +02:00
committed by H4CK3R-01
parent 36bb93279a
commit e3689bff5c
4 changed files with 113 additions and 23 deletions

View File

@@ -12,6 +12,21 @@ header {
grid-template-columns: 25% 40% 25%;
}
.spielanleitung {
display: flex;
align-items: center;
font-size: 1.5em;
padding-left: 10px;
}
.spielanleitung span {
background: #404040;
border: 1px solid #000000;
padding: 5px;
border-radius: 5px;
cursor: pointer;
}
.title {
text-align: center;
display: flex;