mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-20 04:41:31 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Close button
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<button class="close-button">
|
||||
<div class="close-button__line close-button__line--first"></div>
|
||||
<div class="close-button__line close-button__line--second"></div>
|
||||
@@ -18,7 +18,7 @@ title: Close button
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.close-button {
|
||||
/* Reset */
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user