Skip to content

Commit

Permalink
Create my_style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmahwash authored Mar 18, 2024
1 parent cbf204c commit be7340b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions my_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body {
background-color: rgb(235, 235, 235);
}

h1 {
color: navy;
margin-left: 20px;
}
h4 {
margin-left: 20px;
}

.group_name{
color: rgb(26, 125, 216);
}

0 comments on commit be7340b

Please sign in to comment.