I use sass, look in ./sass/ to check components.
To transpile sass you can use Koala or console tools
Used scripts and feature: bootstrap grid, Slick slider
body and paragaphs: font-family: SoinSansPro-Roman;
headers: font-family: SoinSansPro-Bold;
This is paragraph
Pellentesque quis vehicula erat. Suspendisse vitae metus convallis, lobortis. Ściółka, żółć 123
p class="bold"
Pellentesque quis vehicula erat. Suspendisse vitae metus convallis, lobortis. Ściółka, żółć 123
p class="text_sm"
Pellentesque quis vehicula erat. Suspendisse vitae metus convallis, lobortis. Ściółka, żółć 123
p class="text_md"
Pellentesque quis vehicula erat. Suspendisse vitae metus convallis, lobortis. Ściółka, żółć 123
p class="text_lg"
Pellentesque quis vehicula erat. Suspendisse vitae metus convallis, lobortis. Ściółka, żółć 123
p class="text_xl"
Line in header
p class="text_lg bold header_line"
Line in paragraph
p class="header_line"
More in sass/components/typography.scss ... Feel free to edit it
It's normal bootstrap ( 12 columns ) grid you can see docs here:
https://v4-alpha.getbootstrap.com/layout/grid/ I only edit max width of container to bigger.
$white: #fff;
$grey: #d3d3d3;
$yellow: #CBFF76;
$primary: #1B71EF;
$blue0: #3F87FF; // light
$blue1: #1B71EF; // normal
$blue2:#1F3F6E; // dark
yellow_bg
Background is yellow
blue0_bg white_cl
Background is blue0 and text is white
example:
div class="padding_r-s"
template:
class="[padding/margin]_[left/right/top/bottom:l,r,t,b]-[size:s,m,l,xl,xxl]"