mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-26 15:24:58 +02:00
feat: Add file names to snippets
This commit is contained in:
@@ -9,7 +9,7 @@ title: Watermark
|
||||
|
||||
## HTML
|
||||
|
||||
```html
|
||||
```html index.html
|
||||
<div class="watermark">
|
||||
<!-- Watermark container -->
|
||||
<div class="watermark__inner">
|
||||
@@ -24,7 +24,7 @@ title: Watermark
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```css styles.css
|
||||
.watermark {
|
||||
/* Used to position the watermark */
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user