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:48] – mijiih | stylesheet:style_miji [2025/01/25 16:56] (current) – external edit 127.0.0.1 |
---|
%% | %% |
| |
h2 { color: limegreen; } | h2 { color: limegreen; |
| 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; } | p:nth-child(1) { background: red; } |
| element.style { |
| border-radius: 50%; |
| background: url(/images/textures/CANVAS27.JPG); |
| background-size: 100%; |
| } |
| |
/* | |
p:nth-child(2) { background: #d26bb7; } p:nth-child(3) { background: #df721e; } p:nth-child(4) { background: #91ff00; } p:nth-child(5) { background: #e100ff; } p:nth-child(6) { background: #9b89d6; } p:nth-child(7) { background: #c3ff00; } p:nth-child(8) { background: #df721e; } p:nth-child(9) { background: #91ff00; } p:nth-child(10) { background: #e100ff; } p:nth-child(11) { background: #00ed3c; } p:nth-child(12) { background: #d26bb7; } p:nth-child(13) { background: #df721e; } p:nth-child(14) { background: #91ff00; } p:nth-child(15) { background: #e100ff; } p:nth-child(16) { background: #9b89d6; } p:nth-child(17) { background: #c3ff00; } p:nth-child(18) { background: #df721e; } p:nth-child(19) { background: #91ff00; } p:nth-child(20) { background: #e100ff; } */ | |
| |
%% | %% |