17 lines
196 B
CSS
17 lines
196 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.nav {
|
||
|
height: 50px;
|
||
|
}
|
||
|
|
||
|
.tournament-name {
|
||
|
height: 150px;
|
||
|
background-color: #0B4D39;
|
||
|
}
|
||
|
|
||
|
.tournament-info {
|
||
|
height: auto;
|
||
|
background-color: lightblue;
|
||
|
}
|