A Pen by Beibit Sakhanov on CodePen.
Created
January 30, 2019 17:43
-
-
Save bsakhanov/4f7856e43f80d9abccca61b4fb2d4333 to your computer and use it in GitHub Desktop.
uikit 3 | example 12 column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="uk-child-width-expand@s uk-text-center uk-grid-collapse" uk-grid> | |
<div> | |
<div class="uk-tile">1</div> | |
</div> | |
<div> | |
<div class="uk-tile">2</div> | |
</div> | |
<div> | |
<div class="uk-tile">3</div> | |
</div> | |
<div> | |
<div class="uk-tile">4</div> | |
</div> | |
<div> | |
<div class="uk-tile">5</div> | |
</div> | |
<div> | |
<div class="uk-tile">6</div> | |
</div> | |
<div> | |
<div class="uk-tile">7</div> | |
</div> | |
<div> | |
<div class="uk-tile">8</div> | |
</div> | |
<div> | |
<div class="uk-tile">9</div> | |
</div> | |
<div> | |
<div class="uk-tile">10</div> | |
</div> | |
<div> | |
<div class="uk-tile">11</div> | |
</div> | |
<div> | |
<div class="uk-tile">12</div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit-icons.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/css/uikit.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment