This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, *:before, *:after { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, *:before, *:after { | |
/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */ | |
-webkit-box-sizing: border-box; | |
/* Firefox (desktop or Android) 28- */ | |
-moz-box-sizing: border-box; | |
/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */ | |
box-sizing: border-box; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Website Title</title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<meta name="keywords" content=""> | |
<script> </script> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ================================================================ | |
Author | |
================================================================ */ | |
/* Graphic Design Phoenix | |
http://www.graphicdesignphx.com | |
[email protected] | |
602-688-9360 */ | |
/* ================================================================ | |
Presets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://developers.google.com/speed/libraries/devguide |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// My Default User Settings for Sublime Text 3 Mac OS | |
// Updated: Wed May 6 22:19:58 2015 | |
{ | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"remember_full_screen": true, | |
"highlight_modified_tabs": true, | |
"show_full_path": true, |
OlderNewer