feat: przycisk rejestracji na turniej

This commit is contained in:
Lewy 2022-06-06 13:50:45 +02:00
parent 7037024554
commit 65fc80add6
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en" xmlns="http://www.w3.org/1999/html">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -80,6 +80,11 @@
<textarea name="Text1" cols="40" rows="5"></textarea> <textarea name="Text1" cols="40" rows="5"></textarea>
</label> </label>
</br>
<button class="myButton" type="submit" id="tournamentsubmit">
Załóż turniej
</button>
</div> </div>
</div> </div>
</body> </body>

View File

@ -47,4 +47,15 @@ body {
/* DARK GREY */ /* DARK GREY */
color: #828282; color: #828282;
}
.myButton {
background-color: #14A6F9;
border-radius: 25px;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 12px;
width: 25%;
height: 5%
} }

View File

@ -22,7 +22,6 @@
<!-- trzeba dać cssy buttonowi bo zmieniłem z form na button --> <!-- trzeba dać cssy buttonowi bo zmieniłem z form na button -->
<button> <button>
<input class="myButton" type="submit" value="Zaloguj" id="loginsubmit" /> <input class="myButton" type="submit" value="Zaloguj" id="loginsubmit" />
</button> </button>
<br> <br>