This is a solution to the News homepage challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL:https://www.frontendmentor.io/solutions/responsive-news-homepage-using-css-grid-RhP_prZTXF
- Live Site URL: https://uzmakh.github.io/news-homePage/#
- changed favicon- I used custom favicon
- In hero-section, there are 2 siblings; first-section and second-section
- In first-section, hero-img, intro and aside-class.news are siblings.
- hero-img contains one img-tag for desktop and the other for mobile. -aside -news has three cards inside it as children (continued...)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- CSS Grid-Layout
- Js Hamburger Menu- open & close
Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.
Note: Delete this note and the content within this section and replace with your own plans for continued development.
- Example resource 1 - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
- Example resource 2 - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.
Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.
- Website - Add your name here
- Frontend Mentor - @yourusername
- Twitter - @yourusername
cdcbf90 (Initial Commit)