Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoggybrad authored Aug 4, 2023
1 parent 97df90b commit c7bec32
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions resources/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.progress {font-size: 30px}
.header {text-align: center; font-size: 40px}
.retest-btn {
background-color: #4CAF50;

.retest-btn{
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
position: relative;
display: flex;
cursor: pointer;
justify-content: center;
align-items: center;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.latency {
font-size: 15px;
background-color: lightgreen;
Expand Down

0 comments on commit c7bec32

Please sign in to comment.