Some design fixes
This commit is contained in:
@@ -18,8 +18,6 @@ body{
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background: #324a5e;
|
||||
font-family: "Comic Sans MS";
|
||||
/*overflow: hidden;*/
|
||||
}
|
||||
#prompt{
|
||||
display: flex;
|
||||
@@ -36,6 +34,7 @@ body{
|
||||
color: #324a5e;
|
||||
text-shadow: 0 0 5px white;
|
||||
overflow: hidden;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
.hidd{
|
||||
display: none;
|
||||
@@ -58,6 +57,7 @@ body{
|
||||
color: #293c4d;
|
||||
background: white;
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
}
|
||||
.btn:hover{
|
||||
box-shadow: 0 0 10px white;
|
||||
|
||||
Reference in New Issue
Block a user