mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-18 11:51:28 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Simple grid
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<!-- Row -->
|
||||
<div class="simple-grid">
|
||||
<!--Cell with given width. Replace 25% with whatever you want -->
|
||||
@@ -22,7 +22,7 @@ title: Simple grid
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.simple-grid {
|
||||
display: flex;
|
||||
|
||||
|
Reference in New Issue
Block a user