Skip to content

Commit

Permalink
Update Layout_dashboard.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahRileyHuggins committed Nov 6, 2023
1 parent 500e479 commit c4fb890
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/Layout_dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,25 @@
font-size: 120%;
}

/* CSS for individual question elements */
.question1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
border: none;
background: none;
top: 20%;
left: 50%;
}



/* CSS for individual question elements */
.question2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
border: none;
background: none;
top: 20%;
top: 50%;
left: 50%;
}

Expand Down

0 comments on commit c4fb890

Please sign in to comment.