Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrut-b authored Dec 22, 2024
1 parent edafda4 commit e774a80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* assets/css/styles.css */

/* A simple container class with margins and a max width */
.main-container {
margin: 2rem auto; /* 2rem margin top/bottom, auto left/right */
max-width: 900px; /* or any width you want */
padding: 1rem; /* adds some space around content inside the container */
background-color: #ffffff; /* optional background color if desired */
}

0 comments on commit e774a80

Please sign in to comment.