Skip to content

Instantly share code, notes, and snippets.

View Kingo4luv's full-sized avatar

Kingsley Atanang Kingo4luv

View GitHub Profile
@juliuzfan
juliuzfan / dabblet.css
Last active June 16, 2020 19:58
Header Tab
/**
* Header Tab
*/
body {
background: #f06;
background: linear-gradient(45deg, #FFCA2B, #ff5722);
min-height: 100vh;
font:16px/1.5 Arial, sans-serif;
}
<?php
/**
* ODBC for DBO
*
* PHP versions 4 and 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
@JeffCohen
JeffCohen / index.html
Created November 9, 2013 20:24
Testing navbar padding
<!doctype html>
<html lang="en">
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>