Skip to content

Instantly share code, notes, and snippets.

View cnaa97's full-sized avatar

Junho Park cnaa97

View GitHub Profile
@cnaa97
cnaa97 / css3-crossbrowser.css
Created June 12, 2019 06:47 — forked from pilssalgi/css3-crossbrowser.css
css3 crossbrowser
CSS3, please!
This element will receive instant changes as you edit the CSS rules on the left. Enjoy!
/* [toggle styling] */
/* -------------------------------------------------------------
CSS3, Please! The Cross-Browser CSS3 Rule Generator
===================================================
You can edit the underlined values in this css file,
but don't worry about making sure the corresponding
values match, that's all done automagically for you.
@cnaa97
cnaa97 / CSS3 Media Queries Template
Created September 13, 2016 12:37
CSS3 Media Queries template
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}