Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
stylesheet:style_miji [2025/01/25 15:32] – mijiih | stylesheet:style_miji [2025/01/25 16:56] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
%% | %% | ||
- | p { background: linear-gradient(155deg, | + | h2 { color: |
+ | font-weight: bold; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 5em; | ||
+ | text-shadow: 0 -0.2em 0.1em red, 0em -0.4em 0.2em deeppink, 0em -0.6em 0.4em orange; } | ||
+ | p:nth-child(1) { background: red; } | ||
+ | element.style { | ||
+ | border-radius: 50%; | ||
+ | | ||
+ | background-size: 100%; | ||
+ | } | ||
%% | %% |