Browse Source

HTML --> Schriftgrößen angepasst und Spielfeld besser positoniert

main
Raphael Elström 2 years ago
parent
commit
8de987949d
  1. 13
      vier_gewinnt/CSS/style.css

13
vier_gewinnt/CSS/style.css

@ -2,11 +2,20 @@ body{
background-color: antiquewhite; background-color: antiquewhite;
} }
h1{
font-size: 50px;
}
p{
font-size: 20px;
}
table{ table{
background-color: rgb(29, 6, 233); background-color: rgb(29, 6, 233);
border: 3px solid black; border: 3px solid black;
border-radius: 20px; border-radius: 20px;
padding: 5px; padding: 5px;
margin: 20px;
} }
td{ td{
@ -19,4 +28,8 @@ td{
td:hover{ td:hover{
background-color: rgb(80, 80, 80); background-color: rgb(80, 80, 80);
}
button{
} }
Loading…
Cancel
Save