diff --git a/static/style.css b/static/style.css index 080d606..1cfbd77 100644 --- a/static/style.css +++ b/static/style.css @@ -79,6 +79,14 @@ width: 50%; } +.tournamentQuestionContainer { + border-radius: 25px; + border: 2px solid #FF0B7E; + padding: 20px; + width: 1500px; + height: 150px; +} + .mainTestContainer { border-radius: 25px; border: 2px solid #FF0B7E; @@ -244,6 +252,28 @@ text-decoration: inherit; } +.tournamentButton { + height: 30px; + width: 300px; + color: #FFF; + font-size: 17px; + background: #00916E; + cursor: pointer; + border-radius: 25px; + border: none; + outline: none; +} + +.tournamentButton a { + color: inherit; + text-decoration: inherit; +} + +.tournamentButton a:hover{ + color: inherit; + text-decoration: inherit; +} + .mainTestContainer a { color: inherit; text-decoration: inherit; diff --git a/templates/createTournament.html b/templates/createTournament.html index 8b531a7..e32375d 100644 --- a/templates/createTournament.html +++ b/templates/createTournament.html @@ -6,7 +6,7 @@