Compare commits

..

No commits in common. 'cc6f6e07edf636d240673a6c6992049c735d548d' and '1885fcc51794ace5f814d860025940abe83e82d7' have entirely different histories.

@ -4,15 +4,11 @@ ul {
padding: 0;
overflow: hidden;
background-color: #333;
height: auto;
width: 800px;
position: absolute;
top: 5%;
}
li {
float: left;
border-right:1px solid #bbbbbb;
border-right:1px solid #bbb;
}
li:last-child {
@ -39,7 +35,6 @@ li a:hover:not(.active) {
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
background-color: #ffffff;
}
.game{
border: solid black 0.1em;
@ -52,8 +47,4 @@ li a:hover:not(.active) {
body{
text-align: center;
justify-content: center;
background-color: #585858;
display: flex;
flex-direction: row;
justify-content: center;
}
Loading…
Cancel
Save