Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Blog preview card

Hamza Nazirβ€’ 270

@Hamza0053

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


All feedbacks are welcome

Community feedback

Daniel πŸ›Έβ€’ 44,250

@danielmrz-dev

Posted

Hello @Hamza0053!

Your solution looks excellent!

I have just one suggestion for this one:

  • The title is supposed to go yellow just when hovered over. You can change it's color to black and add a hover effect on it to switch colors. Just like this:
h1:hover {
   color: yellow;
   cursor: pointer;
}

I hope it helps!

Other than that, you did an excellent job!

Marked as helpful

0

Hamza Nazirβ€’ 270

@Hamza0053

Posted

@danielmrz-dev Thanks sir for you kind suggestion

0

@MelvinAguilar

Posted

Hello there πŸ‘‹. Good job on completing the challenge !

I have some suggestions about your code that might interest you.

  • For a photo of a person, use their name as the alt text.

  • The width: 100% property in the body tag is not necessary. The body tag is a block element and it will take the full width of the page by default.

  • Use min-height: 100vh instead of height. Setting the height to 100vh may result in the component being cut off on smaller screens, such as a mobile phone in landscape orientation.

  • You should use a CSS reset. A CSS reset is a set of CSS rules that are applied to a webpage in order to remove the default styling of different browsers.

I hope you find it useful! πŸ˜„

Happy coding!

Marked as helpful

0

Hamza Nazirβ€’ 270

@Hamza0053

Posted

@MelvinAguilar I have seen problem related to height that may be solved after following your guidance.

thanks for your keen advice.

0
Hamza Nazirβ€’ 270

@Hamza0053

Posted

@MelvinAguilar I want some help related to a confusion The help is related to this challenge : https://www.frontendmentor.io/challenges/multistep-form-YVAnSdqQBJ/hub => In it Second step the Icon between month and year is a html tag or an Icon svg is it a html title than guide me some related to this .......

0

@MelvinAguilar

Posted

@Hamza0053 It's an HTML element, commonly referred to as "toggle elements". They might look small, but I believe they have quite a few styles behind them, so I recommend you search for a tutorial or code on CodePen.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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