Hey! This is my first challenge on Frontend Mentor.
Ajdevise
@AjdeviseAll comments
- @codingwolf-atSubmitted almost 4 years ago@AjdevisePosted almost 4 years ago
Try to set display: block; on that img (the one with images/bg-pattern-card.svg)
1 - @EmunahNgwaSubmitted almost 4 years ago
My background images did not show up despite several efforts, I need help and feedback please...
@AjdevisePosted almost 4 years agoHello,
Check this video at 1:46:30, maybe that will help you out https://www.youtube.com/watch?v=K27WULzr2P8
1 - @0hyodorie0Submitted almost 4 years ago
It looked easy but was harder than I thought. How do I place drawer image as same as its original design? Also I have a problem with hovering share icon. when I hover it, background circle can't be shown because of the new hover element (facebook, twitter, pinterest area) How can I fix this?
@AjdevisePosted almost 4 years agoHello, If i understood correctly, the problem with the image is that it gets squished up? If that is the case then try adding these styles to your img. { width: 100%; height: 100%; object-fit: cover; }
2 - @katrien-sSubmitted almost 4 years ago
-
Alright, my first attempt to adding JavaScript. It's not entirely there yet, but I wanted to show what I've done thus far, to learn from the feedback.
-
I'm also wondering how to change the input color of the input field once content is added. It now by default goes white, but I want it to keep the requested color. Which pseudo-class should I use?
@AjdevisePosted almost 4 years agoTry this selector to change color when content is added .form-input:not(:placeholder-shown).
1 -