Difference between revisions of "Style Guide"

From Wasya Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
 +
== Elements, components ==
 +
=== headers ===
 +
<pre>
 +
  %section
 +
    .header
 +
      %h3.title Features
 +
</pre>
 +
=== cards ===
 
<pre>
 
<pre>
 
   .Card
 
   .Card
Line 5: Line 13:
 
       %img <the-image>
 
       %img <the-image>
 
     %h5.title
 
     %h5.title
       The-title
+
       <the-title>
 
</pre>
 
</pre>

Latest revision as of 18:24, 27 July 2024

Elements, components

headers

  %section
    .header
      %h3.title Features

cards

  .Card
    .thumbW
      %img <the-image>
    %h5.title
      <the-title>