Skip to content

Commit

Permalink
remove header solid background and color
Browse files Browse the repository at this point in the history
  • Loading branch information
cristalvioletacristal committed Nov 28, 2024
1 parent de2f0fc commit 5f11826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
#myVideo {
position: fixed;
right: 0;
bottom: 0;
top: 0;
min-width: 100%;
min-height: 100%;
z-index:-100;
Expand All @@ -24,9 +24,9 @@ body {
text-align: left;
/* text-transform: lowercase; */
padding: 32px;
background-color: #e3a7ff;
color: #fff;
border-bottom: 4px solid #fdb347;
/* background-color: #e3a7ff; */
/* color: #fff; */
/* border-bottom: 4px solid #fdb347; */
}

.gallery {
Expand Down

0 comments on commit 5f11826

Please sign in to comment.