Last active
August 9, 2017 11:45
-
-
Save jinze/969c7f6b71306097ad0e4d752a0cd4cd to your computer and use it in GitHub Desktop.
Blueprint grid
This file contains 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
/** | |
* Blueprint grid | |
*/ | |
html{ | |
width:100vw; | |
height:100vh; | |
background-image: linear-gradient(to right, rgba(53, 26, 33, 0.7) 50%, transparent 50%), linear-gradient(to bottom, rgba(53, 26, 33, 0.7) 50%, transparent 50%); | |
/*background-image: linear-gradient(rgba(53, 26, 33, 0.7), #fff)*/ | |
/* background-image: linear-gradient(rgba(53, 26, 33, 0.7) 0, rgba(53, 26, 33, 0.7) 50%, transparent 0, transparent 100%), | |
linear-gradient(90deg, rgba(53, 26, 33, 0.7) 0, rgba(53, 26, 33, 0.7) 50%, transparent 0, transparent 100%);*/ | |
background-size: 100px 100px, 100px 100px; | |
} |
This file contains 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
<div class="wrapper"></div> |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"view":"split","fontsize":"120","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment