Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinbn authored Jun 25, 2024
1 parent 989fe4e commit 599ac54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ body {
}

.headtitle{
background-color: #ffffff;
background-color: #ffffff;
padding: 20px;
text-align: center;
box-sizing: border-box;
margin-top: 20px;
margin-top: 50px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
flex-grow: 1;
Expand All @@ -30,7 +30,7 @@ body {
width: 95%;
justify-content: space-between;
align-items: flex-start;
border: 1px solid red;
/* border: 1px solid red; */
margin-top: 30px;
}

Expand Down

0 comments on commit 599ac54

Please sign in to comment.