mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-29 08:39:58 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,13 +9,13 @@ title: Spinner
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="spinner"></div>
|
||||
```
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.spinner {
|
||||
/* Size */
|
||||
height: 4rem;
|
||||
|
Reference in New Issue
Block a user