What is the best pattern to align a semantic ui grid in the middle of the screen?
the css for this will ideal be this one.
.div{
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
width: 100px;
height: 100…
I am using the Semantic UI framework for my website. I want to place the login box in the centre of the page.I want only the login box in the page. I don't understand how to centre aligned using …
I can't seem to find it anywhere in the docs.
Is there a way to vertically center a div on the page using Semantic-UI semantics :)
Here is what I'm trying to do:
<div class="ui centered grid">
<…