Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuy541 authored Sep 19, 2024
1 parent fef18f0 commit 78cc240
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ body {
color: #fff; /* Adjust text color for contrast */
}

.content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.5); /* Add transparency to make the text more readable */
padding: 20px;
border-radius: 10px;
}


h1 {
color: #4169e1;
Expand Down

0 comments on commit 78cc240

Please sign in to comment.