Codemo
Codemo
Codemo
-
primary
#9a8b60
50%25% - 35%20%
- 25%12%
- 12%0%
-
secondary
#858585
50%25% - 35%20%
- 25%12%
- 12%0%
-
dark
#131313
50%75% - 35%50%
- 25%25%
- 12%0%
The purpose of this style guide is to provide a set of rules for Codemo web site.
This guide does not include any extensions, just the default items.
Brand colors with HSL lightness default value 50% and subtracted values for darker colors.
Transitions between two or more specified colors.
Re-usable image file or repeating patterns.
Containers, sections, grid and flex, tables.
class="grid"
class="grid container"
class="grid space"
Browser | Sessions | Percentage |
---|---|---|
Chrome | 9,562 | 68.81% |
Firefox | 2,403 | 17.29% |
Safari | 1,089 | 2.63% |
Accordion, card, carousel, notification, pagination.
Example of aspect-ratio property that affects only the height of the elements.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et tenetur cupiditate provident repellendus suscipit soluta omnis ratione a autem ex laudantium facilis voluptatum dolorem error nemo consequatur facere veniam.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et tenetur cupiditate provident repellendus suscipit soluta omnis ratione a autem ex laudantium facilis voluptatum dolorem error nemo consequatur facere veniam.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et tenetur cupiditate provident repellendus suscipit soluta omnis ratione a autem ex laudantium facilis voluptatum dolorem error nemo consequatur facere veniam.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et tenetur cupiditate provident repellendus suscipit soluta omnis ratione a autem ex laudantium facilis voluptatum dolorem error nemo consequatur facere veniam.
Scalable vectors Icons that can be customized with CSS
Typeface and fonts used for text elements.
A Link inside a paragraph.
<em>
Emphasized Text italic
"light-text"
class light text
"muted"
class muted text
<abbr>
Abbreviation
<address>
contact information.
<code>
fragment of computer code
<dfn>
a term to be defined
<del>
text deleted from a document.
<ins>
text inserted into a document.
<kbd>
keyboard k or any other entry device.
<samp>
a sample output from a computer program.
<small>
Small text
<strong>
Strong Text bold
<sub>
subscript -1 sub
<sup>
superscript +1 sup
<time>
include the datetime attribute e.g.
<mark>
text marked or highlighted for reference or notation.
<rt>
explanation or pronunciation of characters (for East Asian typography) in a ruby annotation.
<var>
a variable
in programming or mathematical expression.
<var>
underline
<blockquote>
Blockquote a longer quotation
Words can be like X-rays, if you use them properlyโtheyโll go through anything. You read and youโre pierced.
โAldous Huxley, Brave New World
<q>
short quotation
Build a future where people live in harmony with nature.
<pre>
Preformatted Text element
<article> <h3>Flexbox Grid</h3> <div class="flexbox-grid"> <div> flexbox grid block </div> <div> flexbox grid block </div> <div> flexbox grid block </div> </div> </article>
If you have to display reserved characters such as <
, >
, &
, and "
within the <pre>
tag,
the characters must be escaped using their respective
character references.
Style common form elements with CSS.