added difficulty settings
This commit is contained in:
13
style.css
13
style.css
@@ -49,7 +49,15 @@ summary {
|
||||
/* border-radius: 5px; */
|
||||
}
|
||||
|
||||
#controls-div {
|
||||
#settings {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 1px;
|
||||
z-index: 12;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#details-div {
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
background-color: #ddd;
|
||||
@@ -258,8 +266,6 @@ em {
|
||||
background: #149;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.box {
|
||||
padding: 3px 8px 3px 8px;
|
||||
border: 2px solid #444;
|
||||
@@ -267,7 +273,6 @@ em {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 360px 10px;
|
||||
|
||||
Reference in New Issue
Block a user