Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
trending-today authored Nov 16, 2024
1 parent 8900798 commit 4ccd173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ nav ul li a:hover {

/* Hero Section Styling */
.hero {
background-color: linear-gradient(#4e73df, #ff4081, #ff6f61, #9b59b6);/*url('') center center / cover no-repeat*/ /* Example GIF */
background: linear-gradient(#4e73df, #ff4081, #ff6f61, #9b59b6);
/*url('') center center / cover no-repeat*/ /* Example GIF */
border: 3px solid rgb(66, 3, 124);
color: white;
text-align: center;
Expand Down

0 comments on commit 4ccd173

Please sign in to comment.