Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/preethi-dev/modern-layouts


https://github.com/preethi-dev/modern-layouts

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Modern Layouts

Modern layouts strengthen skills in thinking of complex grid layouts with a responsive nature. I used various native CSS Grid techniques. `The ASCII-Art Method` and `the Named grid line technique` tempted me to develop around **50 modern layouts**. In fact, I wrote a dedicated article for the [ASCII-Art Method](https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/) at CSS-TRICKS (It received significant attention from fellow developers and was even featured as "POPULAR OF THE MONTH).

_50 days challenge on Modern Layouts using CSS Grid._

## Modern Layouts - 01/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-01) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-01/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-01/main/assets/images/screenshot-layout-o1.png)

```
❌ No Absolute or Relative positioning
✅ Use a 12-column grid layout
✅ Responsive to each breakpoint
```

## Modern Layouts - 02/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-02) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-02/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-02/master/assets/images/layout-02-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use a 12-column grid layout
✅ Responsive to each breakpoint
✅ Placing items using Named Template Areas
```

## Modern Layouts - 03/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-03) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-03/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-03/master/assets/images/layout-03-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use Line-based placement
✅ Responsive to each breakpoint
✅ Using the power of Grid Auto-Placement Rule
```

## Modern Layouts - 04/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-04) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-04/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-04/main/assets/images/layout-04-screenshot.png)

```
✅ Use Line-based placement
✅ Responsive to each breakpoint
```

## Modern Layouts - 05/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-05) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-05/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-05/main/assets/images/layout-05-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
```

## Modern Layouts - 06/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-06) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-06/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-06/master/assets/images/layout-06-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid for desktop Breakpoint
✅ Use an 8-column grid for Large Tablet and Laptop Breakpoint
✅ Use a 4-column grid for Mobile Breakpoint
```

## Modern Layouts - 07/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-07) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-07/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-07/main/assets/images/screenshot/Layout-07-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 08/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-08) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-08/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-08/main/assets/images/Layout-08-screenshot.png)

```
✅ Use Named Template Area Placement
✅ ASCII-ART method of grid layout
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 09/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-09) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-09/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-09/main/assets/images/Layout-09-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use Line-based placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 10/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-10) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-10/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-10/main/assets/images/Layout-10-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use Line-based placement
✅ Responsive to each breakpoint
```

## Modern Layouts - 11/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-11) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-11/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-11/main/assets/images/Layout-11-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 12/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-12) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-12/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-12/main/assets/images/layout-12-screenshot.png)

```
✅ Use Named Template Area Placement
✅ ASCII-ART method of grid layout
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 13/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-13) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-13/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-13/main/assets/images/layout-13-screenshot.png)

```
❌ No Absolute or Relative positioning
✅ Use Line-based placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 14/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-14) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-14/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-14/main/assets/images/Layout-14-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 15/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-15) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-15/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-15/main/assets/images/Layout-15-screenshot.png)

```
✅ Use Line Based Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 16/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-16) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-16/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-16/main/assets/images/Layout-16-screenshot.png)
```
❌ No Absolute or Relative positioning
✅ Use Line-based placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 17/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-17) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-17/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-17/main/assets/images/Layout-17-screenshot.png)

```
✅ Use Line-based placement
✅ Responsive to each breakpoint
✅ Use the power of Grid Auto Placement Rule
```

## Modern Layouts - 18/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-18) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-18/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-18/main/assets/images/Layout-18-screenshot.png)

```
✅ Use Line-based placement
✅ Responsive to each breakpoint
❌ No Absolute or Relative positioning
```

## Modern Layouts - 19/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-19) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-19/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-19/main/assets/images/Layout-19-screenshot.png)

```
✅ Use Named Grid Lines placement
✅ Responsive to each breakpoint
❌ No Absolute or Relative positioning
```

## Modern Layouts - 20/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-20) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-20/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-20/main/assets/images/Layout-20-screenshot.png)

```
✅ Use FlexBox
✅ Responsive to each breakpoint
❌ No Absolute or Relative positioning
```

## Modern Layouts - 21/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-21) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-21/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-21/main/assets/screenshot/layout-21-screenshot.png)

```
✅ Use Line Based placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid layout
❌ No Absolute or Relative positioning
```

## Modern Layouts - 22/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-22) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-22/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-22/main/assets/screenshot/layout-22-screenshot.png)
```
✅ Use FlexBox
✅ Responsive to each breakpoint
```

## Modern Layouts - 23/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-23) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-23/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-23/main/assets/screenshot/layout-23-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
❌ No Absolute or Relative positioning
```

## Modern Layouts - 24/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-24) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-24/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-24/main/assets/screenshot/layout-24-screenshot.png)

```
✅ Use Named Grid Template areas Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
❌ No Absolute or Relative positioning
```

## Modern Layouts - 25/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-25) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-25/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-25/main/assets/screenshot/layout-25-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use a 12-column grid
✅ Responsive to each breakpoint
```

## Modern Layouts - 26/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-26) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-26/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-26/main/asstes/screenshot/layout-26-screenshot.png)

```
✅ Use ASCII ART METHOD of CSS Grid
✅ Responsive to each breakpoint
✅ Use a 12-column grid
❌ No Absolute or Relative positioning
```

## Modern Layouts - 27/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-27) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-27/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-27/main/assets/screenshot/layout-27-screenshot.png)

```
✅ Use Line Based Placement
✅ Responsive to each breakpoint
✅ Use Single Column grid
❌ No Absolute or Relative positioning
```

## Modern Layouts - 28/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-28) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-28/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-28/main/assets/screenshot/layout-28-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use a 12-column grid
✅ Responsive to each breakpoint
```

## Modern Layouts - 29/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-29) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-29/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-29/main/assets/screenshot/layout-29-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Responsive to each breakpoint
```

## Modern Layouts - 30/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-30) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-30/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-30/main/assets/screenshot/layout-30-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use the power of Grid's Auto Placement Algorithm.
✅ Responsive to each breakpoint
```

## Modern Layouts - 31/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-31) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-31/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-31/main/asstes/screenshot/layout-31-screenshot.png)

```
✅ Use FlexBox
✅ Responsive to each breakpoint
❌ No Absolute or Relative positioning
```

## Modern Layouts - 32/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-32) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-32/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-32/main/assets/screenshot/layout-32-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use 12-column grid
✅ Responsive to each breakpoint
```

## Modern Layouts - 33/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-33) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-33/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-33/main/assets/screenshot/layout-33-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use 12-column grid
✅ Responsive to each breakpoint
```

## Modern Layouts - 34/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-34) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-34/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-34/main/assets/screenshot/layout-34-screenshot.png)

```
✅ Use Single Column Grid
✅ FlexBox Enriched Layout
✅ Responsive to each breakpoint
```

## Modern Layouts - 35/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-35) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-35/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-35/main/asstes/screenshot/layout-35-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 36/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-36) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-36/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-36/main/assets/screenshot/layout-38-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 37/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-37) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-37/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-37/main/assets/screenshot/layout-37-screenshot.png)

```
✅ Use Line Based Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 38/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-38) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-38/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-38/main/assets/screenshot/layout-38-screenshot.png)

```
✅ Use Line Based Placement
✅ Responsive to each breakpoint
✅ Use 12-column grid
```

## Modern Layouts - 39/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-39) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-39/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-39/main/assets/screenshot/layout-39-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 40/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-40) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-40/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-40/main/assets/screenshot/layout-40-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 41/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-41) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-41/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-41/main/assets/screenshot/Layout-41-screenshot.png)

```
✅ Use FlexBox
✅ Responsive to each breakpoint
❌ No Absolute or Relative positioning
```

## Modern Layouts - 42/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-42) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-42/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-42/main/assets/screenshot/layout-42-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use the power of Grid's Auto Placement Algorithm.
✅ Responsive to each breakpoint
```

## Modern Layouts - 43/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-43) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-43/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-43/main/assets/screenshot/layout-43-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Responsive to each breakpoint
```

## Modern Layouts - 44/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-44) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-44/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-44/main/assets/screenshot/layout-44-screenshot.png)

```
✅ Use CSS Grid line-based placement
✅ Use a 12-column Grid
✅ Responsive to each breakpoint
```

## Modern Layouts - 45/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-45) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-45/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-45/main/assets/screenshot/layout-45-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 46/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-46) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-46/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-46/main/assets/screenshot/layout-46-screenshot.png)

```
✅ Use CSS Grid Line Based Placement
✅ Use a 12-Column Grid.
✅ Responsive to each breakpoint
```

## Modern Layouts - 47/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-47) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-47/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-47/main/assets/screenshot/layout-47-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 48/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-48) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-48/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-48/main/assets/screenshot/layout-48-screenshot.png)

```
✅ Use Named Grid Lines Placement
✅ Responsive to each breakpoint
✅ Use a 12-column grid
```

## Modern Layouts - 49/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-49) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-49/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-49/main/assets/screenshot/layout-49-screenshot.png)

```
✅ Use CSS Grid Line Based Placement
✅ Use a 12-column grid.
✅ Responsive to each breakpoint
```

## Modern Layouts - 50/50 (#Made-In-CSS-Grid)

[Source Code](https://github.com/Preethi-Dev/Modern-Layout-50) - [Live Preview](https://preethi-dev.github.io/Modern-Layout-50/)

![screenshot](https://raw.githubusercontent.com/Preethi-Dev/Modern-Layout-50/main/assets/screenshot/layout-50-screenshot.png)

```
✅ Use CSS Grid Line Based Placement
✅ Use a 12-Column Grid.
✅ Responsive to each breakpoint
```