Updated Prize Box
This commit is contained in:
parent
7d49429875
commit
c60b6bc1ff
@ -71,7 +71,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="nav-links-container">
|
<div id="nav-links-container">
|
||||||
<input onclick="btnToggle()" type="checkbox" id="check">
|
<input type="checkbox" id="check">
|
||||||
<label for="check" class="checkbtn">
|
<label for="check" class="checkbtn">
|
||||||
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
||||||
</label>
|
</label>
|
||||||
|
@ -2032,7 +2032,7 @@ section {
|
|||||||
#prize-box {
|
#prize-box {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
background-color: #3d3d3d;
|
background-color: #2c2c2c;
|
||||||
margin: 30px auto 10px;
|
margin: 30px auto 10px;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
max-width: 850px;
|
max-width: 850px;
|
||||||
|
@ -680,6 +680,20 @@ option {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip-rules {
|
||||||
|
text-decoration: underline dotted;
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
#event, #rules, #prizes, #team {
|
||||||
|
transform: scale(0.9);
|
||||||
|
}
|
||||||
|
section {
|
||||||
|
padding-top: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Title of the card */
|
/* Title of the card */
|
||||||
.rules-title {
|
.rules-title {
|
||||||
color: rgb(253, 103, 103);
|
color: rgb(253, 103, 103);
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="nav-links-container">
|
<div id="nav-links-container">
|
||||||
<input onclick="btnToggle()" type="checkbox" id="check">
|
<input type="checkbox" id="check">
|
||||||
<label for="check" class="checkbtn">
|
<label for="check" class="checkbtn">
|
||||||
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
||||||
</label>
|
</label>
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="nav-links-container">
|
<div id="nav-links-container">
|
||||||
<input onclick="btnToggle()" type="checkbox" id="check">
|
<input type="checkbox" id="check">
|
||||||
<label for="check" class="checkbtn">
|
<label for="check" class="checkbtn">
|
||||||
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
||||||
</label>
|
</label>
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="nav-links-container">
|
<div id="nav-links-container">
|
||||||
<input onclick="btnToggle()" type="checkbox" id="check">
|
<input type="checkbox" id="check">
|
||||||
<label for="check" class="checkbtn">
|
<label for="check" class="checkbtn">
|
||||||
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user