diff --git a/frontend/dodawanie turnieju/index.html b/frontend/dodawanie turnieju/index.html index 0f11dd8..2890482 100644 --- a/frontend/dodawanie turnieju/index.html +++ b/frontend/dodawanie turnieju/index.html @@ -1,5 +1,5 @@ - + @@ -80,6 +80,11 @@ +
+ + diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index 8a73cc6..affd161 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -47,4 +47,15 @@ body { /* DARK GREY */ color: #828282; +} + +.myButton { + background-color: #14A6F9; + border-radius: 25px; + cursor: pointer; + color: #ffffff; + font-family: Arial; + font-size: 12px; + width: 25%; + height: 5% } \ No newline at end of file diff --git a/frontend/logowanie/index.html b/frontend/logowanie/index.html index deb650c..053a43a 100644 --- a/frontend/logowanie/index.html +++ b/frontend/logowanie/index.html @@ -22,7 +22,6 @@