mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-19 20:31:32 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Wizard
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="wizard">
|
||||
<!-- Step -->
|
||||
<div class="wizard__step">
|
||||
@@ -35,7 +35,7 @@ title: Wizard
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.wizard {
|
||||
display: flex;
|
||||
}
|
||||
|
Reference in New Issue
Block a user