Skip to content

Instantly share code, notes, and snippets.

View felquis's full-sized avatar
🔎
aligning divs with style

Felquis G felquis

🔎
aligning divs with style
View GitHub Profile
@felquis
felquis / minimal-css-reset.css
Last active April 17, 2016 14:13 — forked from gpessia/minimal-css-reset.css
Minimal CSS Reset, resets margins, paddings and line-heights of every element needed, please adjust the selector below if you need paddings in lists
/**
Minimal CSS Reset
reset margins, paddings and line-heights of every element needed
if you need paddings into li, dl, dd elements, just remove them
from the selector below
Felquis Gimenes
MIT Licence
https://gist.github.com/felquis/1278d5f62dcc5f606bbb
@felquis
felquis / youtube.php
Created September 21, 2011 19:43 — forked from anonymous/youtube.php
Youtube
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
//inicio o jquery
$(document).ready(function(){
$.ajax({
url: "http://gdata.youtube.com/feeds/base/users/videosimprovaveis/uploads?orderby=updated&v=2&alt=json",
dataType: "jsonp",
success: function(data){
console.log('SUCESSO');
console.log(data);