Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
webbrowser11 authored Dec 16, 2024
1 parent 52dc08e commit 6edbbf8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background-color: #0d47a1;
color: #ffffff;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
color: #82b1ff;
text-align: center;
margin: 20px 0;
font-weight: 700;
letter-spacing: 1px;
}

p {
color: #bbdefb;
line-height: 1.6;
margin: 10px 0;
padding: 0 20px;
}

a {
color: #90caf9;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.button {
background: linear-gradient(135deg, #1e88e5, #1565c0);
color: #ffffff;
Expand Down

0 comments on commit 6edbbf8

Please sign in to comment.