2
0
forked from s444420/AL-2020
AL-2020/frontend/styles.css

60 lines
1.1 KiB
CSS

.container{
width: 100%;
height: 100%;
position: absolute;
background-color: grey;
}
.plansza{
width: 1100px;
height:700px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: lightyellow;
}
.row{
width: 1100px;
height: 100px;
display: flex;
flex-direction: row;
}
.pole{
height: 100px;
width: 100px;
background-color: lightyellow;
background-image: none;
background-size: cover;
border-color: black;
border-width: 1px;
border-style: solid;
color: gray;
font-size: 30px;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
.regal{
height: 100px;
width: 100px;
color: lightyellow;
background-color: darkslategrey;
border-color: black;
border-width: 1px;
border-style: solid;
font-size: 30px;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
display: flex;
justify-content: center;
align-items: center;
}