Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created October 15, 2016 10:34
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 r-winkler/bfd6a0db3b9e234bf78258df1adf28f2 to your computer and use it in GitHub Desktop.
Save r-winkler/bfd6a0db3b9e234bf78258df1adf28f2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>CSS centering</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container">
<div class="box bluebox"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment