Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
delta911turbo authored Feb 12, 2024
1 parent 07c5600 commit 7fb075c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

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

main {
display: flex;
justify-content: center;
align-items: center;
height: 80vh;
}

canvas {
border: 1px solid #000;
}

footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}

0 comments on commit 7fb075c

Please sign in to comment.