Skip to content

Instantly share code, notes, and snippets.

@pierrelorioux
Forked from anonymous/jsbin.uBOsiRuW.css
Created December 18, 2013 09:42
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 pierrelorioux/8019728 to your computer and use it in GitHub Desktop.
Save pierrelorioux/8019728 to your computer and use it in GitHub Desktop.
.header{
position: absolute;
height:50px;
width:100%;
top:0px;
left:0px;
background:#404853;
}
.title{
color:white;
font-weight:bold;
margin-left:20px;
}
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div class="header">
<p class= "title">Roads Status in Bangassou</p>
</div>
<div class="map"></div>
</body>
</html>
$('.title').click(function() {
console.log("bla")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment