Skip to content

Commit

Permalink
Create header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik-S authored Nov 14, 2024
1 parent 379a0e0 commit d99edac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* header.css */
header {
background: #3e4d42;
color: #fff;
padding: 2rem 1rem;
text-align: center;
font-family: 'Impact', sans-serif;
}

header h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
}

header p {
font-size: 1.2rem;
}

0 comments on commit d99edac

Please sign in to comment.