did this when I started learning, so there might be lot of mistakes like not using a good /well-descriptive Class name or e.t.c. Open to any corrections, Thanks.
Vishanthan shree
@vishanthan8055All comments
- @gift121Submitted almost 2 years ago@vishanthan8055Posted almost 2 years ago
Hey, appreciate to your work!!!
Here you have to understand in front-end.
-In your wrapper class, you need to add a background color. You will find the colors with some trick which i will use for all time.
Colour picker from image : - In this site you can upload the design images and get the colors by clicking on a correponding pixel.
-The colour of your Logo in footer part has to be changed by using
filter
property in css.If you find these as helpful, Please mark as it is. Happy coding!!!ππππ
0 - @vishanthan8055Submitted almost 2 years ago
1.Still i am not getting the responsiveness?
2.Either its my monitor fault or my code has to be edited??
3.I used all the units as rems.Even though its not responsive. Can anyone help with sizing the elements??
@vishanthan8055Posted almost 2 years ago@vcarames
Help me with some tips.!!!!
0 - @DeeveishSubmitted almost 2 years ago
- I don't get space at the end of the page in mobile view. can anyone please help?
- I am beginner this is my first project. suggest me any tips to improve in my code.
@vishanthan8055Posted almost 2 years agoHey deeviesh!!!
Welcome to frontendmentor!!!
Your solution is amazing. But you need to follow one thing. You have to read the style guide carefully. I noticed that you missed the body background colour.
Implement a Mobile First approach π± > π₯ With mobile devices being the predominant way that people view websites/content. It is more crucial than ever to ensure that your website/content looks presentable on all mobile devices. To achieve this, you start building your website/content for smaller screen first and then adjust your content for larger screens.
Happy coding!!
Marked as helpful1