Skip to content

Instantly share code, notes, and snippets.

View ravijoon's full-sized avatar
💭
UX Expert

Ravi Joon ravijoon

💭
UX Expert
View GitHub Profile
<html>
<head>
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
</head>
<body>
<div id="map" style="height: 400px; width: 500px;">
</div>
<script type="text/javascript">
@ravijoon
ravijoon / index.html
Created September 20, 2012 09:07
First Pen
<div class="bubble">
<div class="bubble_head"></div>
<p class="bubble_body">
Pure CSS speech or tooltip bubble with box-shadow and border-radius by ravi joon...
</p>
</div>