Skip to content

Instantly share code, notes, and snippets.

@bencevans
Created February 25, 2017 12:12
Show Gist options
  • Save bencevans/54d1ba263fbba3ba4b25aad1f2208625 to your computer and use it in GitHub Desktop.
Save bencevans/54d1ba263fbba3ba4b25aad1f2208625 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.in-map-popup-gate {
width: 220px;
background-color: #fff;
position: absolute;
box-shadow: 0 0 10px 0 #000;
}
.in-map-popup-gate table {
padding: 12px;
width: 100%;
}
.in-map-popup-gate td {
vertical-align: top;
}
.in-map-popup-gate-head {
font-size: 20px;
font-weight: bold;
}
.in-map-popup-gate-details {
color: RGBA(157, 157, 156, 1.00);
}
.in-map-popup-gate-status {
background-color: RGBA(53, 168, 54, 1.00);
color: #fff;
font-size:20px;\padding: 12px;
}
<div class="in-map-popup-gate">
<table>
<tr class="in-map-popup-gate-head">
<td style="width:130px;">Johannesburg</td>
<td>12:27</td>
</tr>
<tr class="in-map-popup-gate-details">
<td>AF1681</td>
<td></td>
</tr>
</table>
<div class="in-map-popup-gate-status">
Boarding
</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment