diff options
| author | Fuwn <[email protected]> | 2024-06-12 08:22:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 08:22:39 -0700 |
| commit | fc5e6008bd75f192d5b4f1a3f509310da8befec2 (patch) | |
| tree | 98274dc3872a35fc50d3d74be51ad57bbc00b2a8 /index.html | |
| parent | 29304b05ad2c5b14731f2423be1b2afe5a72d6c5 (diff) | |
| download | mayu-fc5e6008bd75f192d5b4f1a3f509310da8befec2.tar.xz mayu-fc5e6008bd75f192d5b4f1a3f509310da8befec2.zip | |
feat(index.html): copy code hint
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -131,7 +131,6 @@ display: flex; flex-direction: column; justify-content: center; - align-items: center; } @media (max-width: 768px) { @@ -174,6 +173,14 @@ display: none; } } + + .copy-codes-label { + font-size: 0.9rem; + color: rgb(114, 138, 161); + font-weight: normal; + margin-top: 20px; + margin-bottom: -10px; + } </style> <main> @@ -217,7 +224,12 @@ class="example-image" /> - <pre id="copy-codes" class="copy-codes">hi</pre> + <p class="copy-codes-label"> + Copy one of the image embed snippets below to paste into your + biography + </p> + + <pre id="copy-codes" class="copy-codes"></pre> <p class="attribution attribution-2"> Created by |