You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.tourney {
|
|
background: rgba(10, 240, 120, 0.1);
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.tourney-flag {
|
|
border: 1px solid #ddd;
|
|
font-size: 150px;
|
|
}
|
|
|
|
.tourney-country {
|
|
font-size: 20px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.tourney-year {
|
|
font-size: 40px;
|
|
font-style: italic;
|
|
}
|
|
|