mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-13 01:24:36 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Questions and answers
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<!-- Collapsed question and answer item -->
|
||||
<div class="questions-and-answers__item questions-and-answers__item--collapsed">
|
||||
<!-- Heading -->
|
||||
@@ -31,7 +31,7 @@ title: Questions and answers
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.questions-and-answers__item:not(:last-child) {
|
||||
border-bottom: 1px solid #d1d5db;
|
||||
}
|
||||
|
Reference in New Issue
Block a user