mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-29 16:49:58 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Tree diagram
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="tree-diagram">
|
||||
<ul>
|
||||
<li>
|
||||
@@ -42,7 +42,7 @@ title: Tree diagram
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.tree-diagram ul {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user