P
Jan
@NegligenceAll solutions
- Submitted 28 days ago
Responsive Meet landing page
- HTML
- CSS
I want to get the background overlay color right for the footer.
I'm currently using a
background-image
property in combination with a::before
element with a background color with opacity, but doing so did not get me the exact color from the design..footer__content { position: relative; place-items: center; row-gap: var(--s-300); margin-block-start: rem(108px); padding: var(--s-800) var(--s-300); width: 100%; height: rem(392px); background-image: url(../images/mobile/image-footer.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; &::before { content: ''; position: absolute; inset: 0; width: 100%; height: 100%; background-color: var(--cyan-600-overlay); } }
- Submitted over 2 years ago
Stats Preview Card Using Component using SASS initialized with Nodejs
- HTML
- CSS
- Submitted over 2 years ago
QR Code Component Using Custom CSS Variables and CSS Grid Properties
- HTML
- CSS