Skip to content

Commit

Permalink
Create main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajkumar20 committed Apr 24, 2024
1 parent 42cfb35 commit 21a2421
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}

.top-left {
float: left;
}

.container {
max-width: 800px;
margin: 20px auto;
text-align: center;
}

/* Add more styles as needed */

0 comments on commit 21a2421

Please sign in to comment.