Skip to content

Commit

Permalink
Update flash0.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Apr 30, 2024
1 parent d5349e5 commit 56eaeeb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
border: none;
}

legend {

legend {
font-size: 28px;
font-weight: bold;
background: rgba(255, 255, 255, 0.1);
Expand All @@ -46,7 +45,7 @@
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
input[type="radio"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
Expand All @@ -59,7 +58,7 @@
top: 2px;
}

input[type="radio"]:checked::before {
input[type="radio"]:checked::before {
content: "";
display: block;
width: 12px;
Expand All @@ -73,13 +72,13 @@
animation: appear 0.8s;
}

label {
label {
font-size: 22px;
font-weight: bold;
color: #fff;
}

div {
div {
display: flex;
align-items: center;
margin-bottom: 20px;
Expand Down

0 comments on commit 56eaeeb

Please sign in to comment.