Difference between revisions of "Style Guide"

From Wasya Wiki
Jump to: navigation, search
(Created page with " <pre> .Card .thumbW %img the-image %h5.title The-title")
 
 
(3 intermediate revisions 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
 
     .thumbW
 
     .thumbW
       %img the-image
+
       %img <the-image>
 
     %h5.title
 
     %h5.title
       The-title
+
       <the-title>
 +
</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>