Skip to content

Instantly share code, notes, and snippets.

View nicocedron's full-sized avatar

José Nicolás Cedrón nicocedron

View GitHub Profile
<?php
ob_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
.drop-shadow.top {
box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}
.drop-shadow.right {
box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
}
.drop-shadow.bottom {
box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
/**CLEARFIX**/
.cf:before,.cf:after
content: " ";
display: table;
.cf:after
clear: both;
.cf
*zoom: 1;