Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4KH authored Dec 21, 2023
1 parent cce1275 commit 7c1f189
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ body, h1, h2, p, textarea, button {
padding: 0;
}

html {
background: linear-gradient(#FF5367, Navy);
}

#outer
{
width:100%;
Expand All @@ -15,8 +19,7 @@ body, h1, h2, p, textarea, button {
}

body {
font-family: "Lato", Arial, sans-serif;
background: linear-gradient(#FF5367, Navy);
font-family: "Lato", Arial, sans-serif;
}

.custom-selector {
Expand Down Expand Up @@ -51,8 +54,7 @@ body {
height: 40px;
}

header {
background-color: #FF3C53;
header {
padding: 20px;
text-align: center;
}
Expand All @@ -65,7 +67,6 @@ main {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #FFEEF0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
Expand Down

0 comments on commit 7c1f189

Please # to comment.