This is the assessment
I cannot get the gradient to overlay on the background img
Also not sure why the css isnt applying on codepen. Maybe someone can just look at the code and see what I’m doing wrong. My CSS is at the bottom
This is the assessment
I cannot get the gradient to overlay on the background img
Also not sure why the css isnt applying on codepen. Maybe someone can just look at the code and see what I’m doing wrong. My CSS is at the bottom
Hi @MyntMushi
The general idea isn’t to use elements, but using the background
property on article
to add multiple comma-separated backgrounds.
/* Pseudo code */
background: top-down gradient from grey to white to grey again,
top image with some alignment values,
bottom image with some alignment values;
Michael