feat: przycisk rejestracji na turniej
This commit is contained in:
parent
7037024554
commit
65fc80add6
@ -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>
|
||||||
|
@ -48,3 +48,14 @@ body {
|
|||||||
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%
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user