Skip to content

Commit

Permalink
home page dandelions bkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper3030 committed Mar 27, 2024
1 parent 3818c3e commit a0b6579
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,26 @@ ul li {
}

// call to action section
#actions::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('/images/dandelion-bkg.png');
background-size: cover;
background-position: top;
opacity: 0.5;
z-index: -1;
}

#actions {
background-color: $white;
//background-color: $white;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
position: relative;
}

.action-container {
Expand Down
Binary file added images/dandelion-bkg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0b6579

Please sign in to comment.