Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrown184 committed Oct 16, 2023
1 parent 2519b70 commit e370c15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ body {
color: #ffffff;
line-height: 1.6;
text-shadow: 1px 1px 2px rgba(0, 255, 255, 0.5);

}



header {
background: linear-gradient(-45deg, #ff00cc, #3333ff, #00ffff, #00ff00);
background-size: 400% 400%;
Expand Down Expand Up @@ -54,7 +57,8 @@ main {
article {
margin-bottom: 2rem;
border: 2px solid #00ff00;
padding: 1rem;
padding-left: 30px;
padding-right: 30px;
box-shadow: 0 0 10px #ff00cc, 0 0 20px #3333ff, 0 0 30px #00ffff;
}

Expand Down

0 comments on commit e370c15

Please sign in to comment.