mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-13 01:24:36 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Dot navigation
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="dot-navigation">
|
||||
<div class="dot-navigation__item"></div>
|
||||
|
||||
@@ -20,7 +20,7 @@ title: Dot navigation
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.dot-navigation {
|
||||
/* Center the content */
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user