Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:css:bulma [2020/02/27 13:32]
kalenpw created
development:css:bulma [2021/06/29 15:00] (current)
kalenpw
Line 1: Line 1:
 ====== Bulma ====== ====== Bulma ======
 +
 +----
 +===== CDN =====
 +<code html>
 +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css"/>
 +</code>
  
 ---- ----
Line 12: Line 18:
    margin-top: auto;    margin-top: auto;
 } }
-</css>+</code> 
 +----