Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fswaleh authored Feb 27, 2023
1 parent b06f82f commit f460160
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
body {
background-color:black;
font-family: Arial, Helvetica, sans-serif;
color: white;
}
h1{
color:gray;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.maindiv {
background-color: white;
color: black;
width: 300px;
padding: 20px;
border-radius: 25px;
text-align: center;

}

0 comments on commit f460160

Please sign in to comment.