|
|
|
@ -30,7 +30,8 @@ body { |
|
|
|
|
margin: 10px; |
|
|
|
|
width: fit-content; |
|
|
|
|
margin: auto; |
|
|
|
|
margin-top: 10px; margin-bottom: 30px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
border: 4px solid rgba(68, 68, 68, 0.575); |
|
|
|
@ -43,7 +44,8 @@ body { |
|
|
|
|
margin: 10px; |
|
|
|
|
width: 95%; |
|
|
|
|
margin: auto; |
|
|
|
|
margin-top: 10px; margin-bottom: 30px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
border: 4px solid rgba(68, 68, 68, 0.575); |
|
|
|
@ -102,7 +104,7 @@ footer { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nav-nav .nav-links { |
|
|
|
|
--links-color: rgb(0,0,0); |
|
|
|
|
--links-color: rgb(0, 0, 0); |
|
|
|
|
--links-backcolor: rgb(255, 123, 71); |
|
|
|
|
--links-border-color: rgb(255, 173, 118); |
|
|
|
|
height: 70%; |
|
|
|
@ -114,7 +116,7 @@ footer { |
|
|
|
|
margin-right: 10px; |
|
|
|
|
background-color: var(--links-backcolor); |
|
|
|
|
color: var(--links-color); |
|
|
|
|
border: 4px solid var(--links-border-color); |
|
|
|
|
border: 4px solid var(--links-border-color); |
|
|
|
|
list-style: none; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
@ -177,8 +179,8 @@ footer { |
|
|
|
|
border-radius: 10px; |
|
|
|
|
padding: 30px; |
|
|
|
|
font-size: 5px; |
|
|
|
|
white-space:pre-wrap; |
|
|
|
|
word-break:break-word; |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
word-break: break-word; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.my-modal #timer { |
|
|
|
|