This is the illustration of omarek common css.
Note that look of this page changes depending on your system color scheme setting (light/dark).
Also, there is a 'wide look'.
Paragraph. Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur in velit non modi quisquam officia necessitatibus porro at quasi totam.
let link be this way
let 'new tab' link be this way
let download link be this way
let computer key be this way
let // inline computer code be this way
let blockquoted text be this way
This is block preformatted text.
U see?
(it is a long long long long long long long long long long long long long long row)
These pragraphs are in the box.
To use it, make <div> with .box.
If you will to wrap part of webpage in <div> and do not break the spacing, use .flow.
Like this…
<img>
<figure> and <figcaption>
Grid system is simple; .grid-2 creates grid with 2 columns, .grid-3 with 3, .grid-4 with 4 and .grid-responsive lowers the amount of columns if width of one column is less than certain value until 1 column is reached.
First image illustrates how it is possible to use <a> within .image-grid. This class sets font-size: 0 so that <a target="_blank"> decoration does not cause troubles in vertical spacing.
.grid-2.grid-3
.grid-4
.grid-responsive
(Details #1)
Use
<blockquote>to wrap rest of content (like this) to make it stand out more.
(Details #2)
Use .box on <details> combined with <section> in <details> (like this) to make it stand out more.
You can apply .body-wide to <body> for wider look. Be careful with images – .grid-responsive comes handy then.
Use .narrow to child elements of <body> which should not span. They will be aligned left.
Use .center
to align text in the center
Use .right
to align text right
Dark mode is automatically set according to system configuration.
Apply .dark-mode-dim to elements which should be dimmed in dark mode.
It is possible to use .dark-mode-invert on elements which should be inverted when dark mode is turned on. It is especially useful with b/w images.
regular image | dimmed image | inverted image | dimmed inverted image
Use .noprint on elements which should be hidden in print.
<br>, <b> ~ <strong>, <i> ~ <em>, <u>, <s> (obviously)<sub> & <sup><mark><abbr><q>