html - Vertical alignment of a div using Semantic-UI -
i can't seem find anywhere in docs.
is there way vertically center div on page using semantic-ui semantics :)
here i'm trying do:
<div class="ui centered grid"> <div class="eight column wide"> <div>i want centered vertically on page</div> </div> </div>
http://semantic-ui.com/examples/grid.html
use middle aligned
class on grid
Comments
Post a Comment