create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
/*Custom Radio Buttons and Checkboxes using Font Awesome*/ | |
input[type=radio], | |
input[type='checkbox'] { | |
display: none; | |
} | |
input[type=radio] + label { | |
display: block; | |
} | |
input[type='checkbox'] + label:before, |