Skip to content

Instantly share code, notes, and snippets.

@vaibhavb
Last active August 29, 2015 13:55
Show Gist options
  • Save vaibhavb/8776884 to your computer and use it in GitHub Desktop.
Save vaibhavb/8776884 to your computer and use it in GitHub Desktop.
CSS - Message box
<!doctype html>
<html>
<head>
<style>
</style>
</head>
<body>
<section class="module">
<header class="top-bar">
<h1>Messages</h1>
</header>
<ol class="conversation">
<li>
<img class="avatar" />
<div class="message">
<p>Abra ca dabra. Abra ca dabra.</p>
</div>
<li>
</ol>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment