Hi everyone.What the best practices for naming class ? Any feedback will be appreciated.
Nerdytoo
@olalemiAll comments
- @SaidAoussarSubmitted over 2 years ago@olalemiPosted over 2 years ago
Hello Said,
Your project is not responsive on mobile and desktop can you please take a look at that?
you can use media queries for your responsiveness
Regards
0 - @FORTUNE21Submitted almost 3 years ago
my code was simple.
@olalemiPosted almost 3 years ago-
body{ background-image: url(images/pattern-background-desktop.svg); background-repeat: no-repeat; background-size: in pixels; height: 100vh; background-color: #E0E8FF;
-
For responsiveness lookup media query via https://www.w3schools.com/css/css3_mediaqueries.asp
-
your margin for your content should be defined margin-top: what is applicable px;
Hope this helps
0 -
- @FORTUNE21Submitted almost 3 years ago
my code was simple.
@olalemiPosted almost 3 years agoNice work, but I think you can improve on these areas
- Your Final design was not responsive.
- Your background was disproportionate, I looked at your code, your background size should not be cover
- You didn't give room for your margin-top, it's hitting the top of my screen
Hope this helps
0 - @BameejaySubmitted almost 3 years ago@olalemiPosted almost 3 years ago
Hi JayJay0830,
I think you have an issue loading the barcode from your files, and I can't seem to find your CSS file. All the best
0 - @thefolakeSubmitted almost 3 years ago@olalemiPosted almost 3 years ago
Hi Folake, your text is spilling off the padding at lower screen sizes, see what you can do about the responsiveness. Hope this helps
0