Hello, I’m currently doing the product landing page project, I know it doesn’t look that great. I’m just trying to process the points that are being checked, but now I’m not sure how to get the “navbar on top of the viewport”.
can you help me?
Nice it works, now it stays on the top of the page all the time, thanks for your fast help!
But is it possible to put in the upper right corner?
At the moment it stays in the left corner all the time…
i know this is not part of the tested points, but i wanted to try this…
Hello everyone
I was able to complete the product landing page (I’m only doing the points asked because I’m just not that creative and don’t have the patience to spend ages trying out whether everything is in the right place) but now I still wanted to change the look of the page a bit optimize, unfortunately the length and width attributes for the image don’t work even if I remove flexbox
Can someone explain to me why this is the case?
Of course I learned the basics of CSS in the exercises, but I’m just not that creative, so I often don’t really know what I should change. If a code fulfills its function, then that’s fine with me.
Yes, I know that, the best way to gain experience is to try it out yourself in a script. I’m often so stressed (for no reason) that I want to learn the advanced stuff straight away, but that doesn’t work if I don’t know the basics, that’s clear to me…
I’ve changed the code a little so that the media query has a function and I’ve also added a flexbox so that all the points of the task are completed.
@media only screen and (max-width:500px){max-width: 1024px}
To be honest, I didn’t fully understand the media queries, maybe I should repeat the exercise again and I also didn’t do the last 3 exercises on HTML and CSS. Maybe I should do those first.