/news-homepage

https://www.frontendmentor.io/challenges/news-homepage

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Frontend Mentor - News homepage solution

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.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

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

Screenshot

Links

My process

Built with

What I learned

Better understanding about grids with Tailwind

To see how you can add code snippets, see below:

<main className="flex flex-col md:grid grid-cols-1 grid-rows-8 md:grid-cols-3 gap-5  w-full h-fit">
  <div className="order-1 w-full h-[300px] md:row-span-2 col-span-1 md:col-span-2 bg-img-top-mob md:bg-img-top-dsk bg-cover bg-no-repeat"></div>

Continued development

Each opportunity the deal with Tailwind new details emerge...

Useful resources

  • Burger Menu - Tool to facilitate creation of burger-menus.

Author

Acknowledgments

I did this challenge several weeks ago but was too ashamed of the code to post it... Now after several projects I'm less ashamed.