Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Last active October 19, 2016 12:58
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/dd148446fd1e5996b81b75f6dbf7a680 to your computer and use it in GitHub Desktop.
Save r-winkler/dd148446fd1e5996b81b75f6dbf7a680 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>CSS overlapping</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="imageholder">
<div class="centering">
<img class="img" src="css.jpg">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment