Skip to content

Commit

Permalink
Create chart.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerTech312 committed Apr 28, 2023
1 parent ea298ec commit f0c6b4a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chart.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}

.container {
width: 80%;
margin: 0 auto;
padding: 2rem;
text-align: center;
background-color: white;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
margin-bottom: 2rem;
}

0 comments on commit f0c6b4a

Please sign in to comment.