Submitted over 4 years ago
Fylo Data Storage Landing Page Using Only HTML And CSS
@Raphaelmbewe
Design comparison
SolutionDesign
Solution retrospective
please advice me on some improvements that are needed.
Community feedback
- @juandadevPosted over 4 years ago
Hello Raphael!
It was a good try but there are many things you may want to change/improve:
- To add the fonts to your page, you need to embed the link code from Google Fonts. Just search the correct font and click on it, then select the styles you want no import clicking in the
+
button, and in the embed tab copy the link tag and paste it on the<head>
section near your stylesheets. - Fix the call to your fonts, in the
font-family
property you missed the comma between"Raleway"
andsans-serif
. - Once you correctly link the font, you can change the 185 in the
clip
div. Instead of putting each number on a separated div, put it together like<div>185</div>
or<p>185</p>
, the font itself gonna add that style in the numbers. - Check the correct colors in the style-guide.md file and try to change it correctly in your containers.
- The hovers or active states of your project are missing, you can change styles when putting the mouse over an element with
selector
:hover
. It's called a pseudo-class and you can learn more here
I'm from Mexico, so I still improving my English writing skills, I hope you could understand me 😅.
You're doing great, keep practicing your CSS skills and happy coding! 🔥
1 - To add the fonts to your page, you need to embed the link code from Google Fonts. Just search the correct font and click on it, then select the styles you want no import clicking in the
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord