i tried not to use bootstrap for the responsive columns to test my knowledge on the use of css grid and @media rule.
had a hard time manipulating the image to show color accent overlay. i wish i could make the image a bit darker/crisper.
i tried not to use bootstrap for the responsive columns to test my knowledge on the use of css grid and @media rule.
had a hard time manipulating the image to show color accent overlay. i wish i could make the image a bit darker/crisper.
Hi, @michaelbulaongmusic!
background-image: url(./images/image-header-desktop.jpg), hsl(277, 64%, 61%);
background-size: cover;
background-blend-mode: multiply;
body {
display: flex;
justify-content: center;
align-item: center;
}
Good job! Keep it up!
¿Hay alguna forma de situar la tarjeta en el medio de la pantalla? sin importar el tamaño de dispositivo con el que se este visualizando la pagina web
Buenas, Matías!!
Para centrar tu tarjeta puedes usar flexbox: body {display: flex; justify-content: center; align-item: center}
Espero haberte servido de ayuda! Ánimo!
Please if there are any feedback, don't hesitate to tell me, Please. thank you
Hi, @sohailebada!
Good job! But, maybe you could:
I hope it helps. Keep it up!
Hi, @ankit55555!
Congratulations. You have finished your first challenge. But, from now on I recommend you to take a look at other users' solutions. But doing so you are going to find out that:
Good start, keep it up!
I couldn't figure out how to put the purple filter on the picture properly, so I left it black&white. What do you think of my solution. I would really like to hear some critic from you guys.
Hi, @polukarp
Congratulations! You have done a really good job, although there are a few things that you may want to improve, as for example:
background: url(./images/image-header-desktop.jpg), hsl(277, 64%, 61%);
background-size: cover;
background-blend-mode: multiply
Keep it up!
suggest some website for learning css
Hi!
Here you have some tutorials that may help you:
Have a nice day!