Skip to content

Instantly share code, notes, and snippets.

@jeanlucaslima
Created March 2, 2016 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanlucaslima/797705efc35eb514b704 to your computer and use it in GitHub Desktop.
Save jeanlucaslima/797705efc35eb514b704 to your computer and use it in GitHub Desktop.
UIKit vertical align
<!DOCTYPE html>
<html lang="en" class="uk-height-1-1">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="uikit.min.css" />
<script src="jquery.min.js"></script>
<script src="uikit.js"></script>
</head>
<body class="uk-height-1-1">
<div class="uk-vertical-align">
<div class="uk-vertical-align-middle"><p>test</p></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment