mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-22 13:42:50 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Toggle password visibility
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="toggle-password-visibility">
|
||||
<!-- Text input -->
|
||||
<input type="text" class="toggle-password-visibility__input" />
|
||||
@@ -21,7 +21,7 @@ title: Toggle password visibility
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.toggle-password-visibility {
|
||||
display: flex;
|
||||
|
||||
|
Reference in New Issue
Block a user