Compare commits
No commits in common. "cc6f6e07edf636d240673a6c6992049c735d548d" and "1885fcc51794ace5f814d860025940abe83e82d7" have entirely different histories.
cc6f6e07ed
...
1885fcc517
11
style.css
11
style.css
@ -4,15 +4,11 @@ ul {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
height: auto;
|
|
||||||
width: 800px;
|
|
||||||
position: absolute;
|
|
||||||
top: 5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
float: left;
|
float: left;
|
||||||
border-right:1px solid #bbbbbb;
|
border-right:1px solid #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:last-child {
|
li:last-child {
|
||||||
@ -39,7 +35,6 @@ li a:hover:not(.active) {
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
.game{
|
.game{
|
||||||
border: solid black 0.1em;
|
border: solid black 0.1em;
|
||||||
@ -52,8 +47,4 @@ li a:hover:not(.active) {
|
|||||||
body{
|
body{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #585858;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user