mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-21 13:21:59 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Progress bar
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="container">
|
||||
<!-- Width based on the number of percentages -->
|
||||
<div class="container__progress" style="width: 40%;">
|
||||
@@ -21,7 +21,7 @@ title: Progress bar
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.progress-bar {
|
||||
/* Colors */
|
||||
background-color: #d1d5db;
|
||||
|
Reference in New Issue
Block a user