mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-26 15:24:58 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Avatar
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="avatar">
|
||||
<!-- Avatar image -->
|
||||
<img class="avatar__image" src="..." />
|
||||
@@ -18,7 +18,7 @@ title: Avatar
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.avatar {
|
||||
/* Rounded border */
|
||||
border-radius: 50%;
|
||||
|
Reference in New Issue
Block a user