How to make keyboard buttons look fancy?

How do you format the CTRL+C that way?

Use the kbd HTML tag:

Ctrl + C

Raw
<kbd>Ctrl</kbd> + <kbd>C</kbd>
3 Likes

Thanks so much!

1 Like

I can do this too!!!

1 Like

And so can I do this

This

1 Like

Woah this is cool!

Different colors, can you assing each letter in one line a different color?

1 Like

Yes

Hello world! is:

<del>Hello world!</del>

Hello world! is:

<ins>Hello world!</ins>

Hello world! is:

<mark>Hello world!</mark>

So it would be:
Hello World

<del>H</del><ins>e</ins><mark>l</mark><del>l</del><ins>o</ins> <mark>W</mark><del>o</del><ins>r</ins><mark>l</mark><del>d</del>
1 Like

But only red, green, and yellow unfortunately.

1 Like

rgb

those are conveniently the rgb elements.

2 Likes

No red green yellow not red green blue

1 Like

What theme are you using? It’s blue:

image

I’m using light, so it’s different on mine.

I see blue

i see red green and blue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.