- The man pages :)
- Simplest intro to git I can think of by github and codeschool - Try Git
- Git for the lazy
- [Intro to github] (http://gun.io/blog/how-to-github-fork-branch-and-pull-request/)
- A very simple tutorial to start with. Intro to git for web designers
- A very decent book on git. Spend some time and read it cover to cover. Pro Git book
- Help.Github
- Git from bottom up is another good book
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
input[type=email]:focus:valid{background:pink;} | |
input[type=email]:valid{background:yellow;} | |
input[type=email]:focus:invalid{background:#ccf;} | |
::-webkit-validation-bubble-message { | |
color: #eee; | |
background: #000; | |
border-color: #444; | |
-webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.5); | |
-webkit-animation-timing-function: ease; | |
-webkit-animation: bounce 0.45s 1; |
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
input[type=email]:focus:valid{background:pink;} | |
input[type=email]:valid{background:yellow;} | |
input[type=email]:focus:invalid{background:#ccf;} | |
::-webkit-validation-bubble-message { | |
color: #eee; | |
background: #000; | |
border-color: #444; | |
-webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.5); | |
-webkit-animation-timing-function: ease; | |
-webkit-animation: bounce 0.45s 1; |
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
input[type=email]:focus:valid{background:pink;} | |
input[type=email]:valid{background:yellow;} | |
input[type=email]:focus:invalid{background:#ccf;} | |
::-webkit-validation-bubble-message { | |
color: #eee; | |
background: #000; | |
border-color: #444; | |
-webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.5); | |
-webkit-animation-timing-function: ease; | |
-webkit-animation: bounce 0.45s 1; |
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
<p> <b>a</b> <b>n</b> <b>i</b> <b>m</b> <b>a</b> <b>t</b> <b>i</b> <b>o</b> <b>n</b> </p> |
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
<p> <b>a</b> <b>n</b> <b>i</b> <b>m</b> <b>a</b> <b>t</b> <b>i</b> <b>o</b> <b>n</b> </p> |
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
<p> <b>a</b> <b>n</b> <b>i</b> <b>m</b> <b>a</b> <b>t</b> <b>i</b> <b>o</b> <b>n</b> </p> |
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
<p> <b>a</b> <b>n</b> <b>i</b> <b>m</b> <b>a</b> <b>t</b> <b>i</b> <b>o</b> <b>n</b> </p> |
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
<p> <b>a</b> <b>n</b> <b>i</b> <b>m</b> <b>a</b> <b>t</b> <b>i</b> <b>o</b> <b>n</b> </p> |
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
#demo{ | |
width:0px; | |
height:0px; | |
border:100px solid red; | |
background:red; | |
border-radius:50%; | |
border-top-color:black; | |
border-bottom-color:black; | |
border-left-color:yellow; | |
border-right-color:yellow; |
OlderNewer