Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
webdev:clippings [2025/07/14 20:25] – created scumsuck | webdev:clippings [2025/07/14 20:29] (current) – scumsuck | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== CSS Clippings ====== | ||
+ | |||
+ | some HTML/CSS clips I found interesting | ||
+ | |||
+ | |||
< | < | ||
< | < | ||
- | blockquote | + | .rainbow-border{ |
+ | background: | ||
+ | color: | ||
+ | border-image: | ||
+ | border-image-slice: | ||
+ | border-image-slice: | ||
+ | border-top: 0.1rem solid #FC8EAC; | ||
+ | border-left: | ||
+ | border-right: | ||
+ | border-bottom: | ||
+ | padding: 0.5rem; | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | .rainbow-border{ | ||
+ | background: | ||
+ | color: | ||
border-image: | border-image: | ||
border-image-slice: | border-image-slice: | ||
Line 11: | Line 33: | ||
padding: 0.5rem; | padding: 0.5rem; | ||
} | } | ||
- | </style> | + | </code></ |
- | < | + | < |
this should be a blockquote with a rainbow border | this should be a blockquote with a rainbow border | ||
< | < | ||
- | < | + | </html> |