Skip to content

Instantly share code, notes, and snippets.

View GorianDriza's full-sized avatar

Gorian Driza GorianDriza

View GitHub Profile
@GorianDriza
GorianDriza / MapService.php
Created May 9, 2017 14:17 — forked from edyrkaj/MapService.php
Google Maps API Curl Call - Laravel Service
<?php
/**
* Copyright (c) 2017. Ezeclip
*/
namespace App\Services;
class MapService {
// Define Constants
const GOOGLE_API_KEY = "XXXXX";
body {
font-family: arial, verdana, sans-serif;
font-size: 8px;
background: #1E1E20;
text-align: center;
}
.switch {
display: inline-block;
margin: 10em 2em;
<span class="switch">
<span class="switch-border1">
<span class="switch-border2">
<input id="switch1" type="checkbox" checked />
<label for="switch1"></label>
<span class="switch-top"></span>
<span class="switch-shadow"></span>
<span class="switch-handle"></span>
<span class="switch-handle-left"></span>
<span class="switch-handle-right"></span>