mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-29 00:29:57 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Radial progress bar
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="radial-progress-bar">
|
||||
<!-- Show number of percentages -->
|
||||
<div class="radial-progress-bar__percentages">...</div>
|
||||
@@ -27,7 +27,7 @@ title: Radial progress bar
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
:root {
|
||||
--radial-progress-bar-size: 8rem;
|
||||
--radial-progress-bar-border-width: 0.75rem;
|
||||
|
Reference in New Issue
Block a user