Skip to content

Instantly share code, notes, and snippets.

@macikokoro
Created April 27, 2014 06:39
Show Gist options
  • Save macikokoro/11339010 to your computer and use it in GitHub Desktop.
Save macikokoro/11339010 to your computer and use it in GitHub Desktop.
HTML for horizontally aligned divs.
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="red"></div>
<div id="blue"></div>
<div id="yellow"></div>
<div id="green"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment