Help me If you find anything wrong in this site and could've been better and improved.
Neemias araujo
@NeemiasEeepAll comments
- @avigithubbSubmitted over 1 year ago@NeemiasEeepPosted over 1 year ago
hey, this is almost perfect, you can only change the img atributes, like this in this away your image element will be insede your card
0 - @atswei03Submitted over 1 year ago
-
Is this your first project at frontend mentor? Yes.
-
What did you find difficult while building the project? The whole CSS thing. I'm still not used to it.
-
Which areas of your code are you unsure of? The CSS part.
-
Why doesn't it look exactly like what you were supposed to do? Since it's my first project here, I was more focused on being able to at least do something all by myself based on what I've learned so far rather than trying to make it perfect.
@NeemiasEeepPosted over 1 year agoYou can look the style guide to see the collors ans fonts in css you can use the element width om your image tag like this img{ width: 100%; } Your text hast to be inside your card elemente, for example
<main> <img src="image_adress.jpg" alt=""> <h1>Text</h1> <p>paragrafh</p> </main>your margin and padding has to be ins others dimensions like:
margin: 2em 15em;
Marked as helpful1 -
- @eddieelorzaSubmitted almost 2 years ago@NeemiasEeepPosted almost 2 years ago
Great man, You can also look the style-guide.md on the challenger starter pack, than you can look que colors and style stuffs
0