Last active
August 29, 2015 13:55
-
-
Save vaibhavb/8776884 to your computer and use it in GitHub Desktop.
CSS - Message box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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