Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
stylesheet:style_style_style_toilet_door [2025/02/03 11:22] – created clara | stylesheet:style_style_style_toilet_door [2025/02/03 11:48] (current) – clara | ||
---|---|---|---|
Line 1: | Line 1: | ||
%% | %% | ||
- | body { | + | .site-header, |
- | background: red; | + | |
+ | } | ||
+ | article# | ||
+ | content: "// this is styled style"; | ||
+ | color: lawngreen; | ||
+ | font-family: | ||
+ | font-size: 25px; | ||
+ | text-align: center; | ||
+ | display: block; | ||
+ | } | ||
+ | p { | ||
+ | font-size: 60px; | ||
+ | font-family: | ||
+ | -webkit-text-stroke: | ||
+ | paint-order: | ||
+ | color: aqua; | ||
+ | } | ||
+ | | ||
+ | font-family: | ||
+ | font-size: 49px; | ||
+ | color: maroon; | ||
+ | -webkit-text-stroke: | ||
+ | width: 80vw; | ||
+ | text-shadow: | ||
+ | filter: blur(10px); | ||
+ | | ||
+ | |||
+ | } | ||
+ | pre.code: | ||
+ | transform: scale(2.5); | ||
+ | transition: all 1s; | ||
+ | filter: blur(0); | ||
+ | } | ||
+ | | ||
+ | | ||
+ | | ||
+ | } | ||
+ | | ||
+ | border: 43px groove #50dfff; | ||
} | } | ||
%% | %% |