Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.
/ midway Public archive

simplified responsive elements centering

License

Notifications You must be signed in to change notification settings

FaaPz/midway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midway

simplified responsive elements centering

Originally inspired by Brandon Jacoby

Rewritten natively by Fabian de Laender

Usage

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>midway example</title>
  <script type="text/javascript" src="midway.min.js"></script>
</head>
<body>
  <div class="midway-horizontal midway-vertical"></div>
</body>
</html>

Changelog

v1.0.1
  • Minor changes
v1.0.0
  • First version