Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Info Window</title>
<link rel="stylesheet" href="style.css">
<link href="http://fonts.googleapis.com/css?family=Merriweather:700" rel="stylesheet" type="text/css">
<!--Load jquery:-->
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dashalom
dashalom / gist:ac03f2d03005de05823a
Created May 14, 2015 22:18
HTML + JAVASCRIPT MDV Dalit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Info Window</title>
<link rel="stylesheet" href="style.css">
<link href="http://fonts.googleapis.com/css?family=Merriweather:700" rel="stylesheet" type="text/css">
<!--Load jquery:-->
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
<!--CSS-->
body {
}
.infowin {
width: 320px;
padding: 7px;
border: solid;
border-color: #b3b3b3;
@dashalom
dashalom / gist:1adb1a76f45a5b20c91f
Created May 15, 2015 16:46
Dalit HTML CSS JS MDV
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Info Window</title>
<link rel="stylesheet" href="style.css">
<link href="http://fonts.googleapis.com/css?family=Merriweather:700" rel="stylesheet" type="text/css">
<!--CSS-->
<style>
body {