A simple clock written in JavaScript where the numerical value for the hours, minutes, and seconds represent the hexadecimal value of the background.
A Pen by Aleks Blagojevich on CodePen.
A simple clock written in JavaScript where the numerical value for the hours, minutes, and seconds represent the hexadecimal value of the background.
A Pen by Aleks Blagojevich on CodePen.
| <span> | |
| <select name="day"> | |
| <option value="monday">Monday</option> | |
| <option value="tuesday">Tuesday</option> | |
| <option value="wednesday">Wednesday</option> | |
| <option value="thursday">Thursday</option> | |
| <option value="friday">Friday</option> | |
| <option value="saturday">Saturday</option> | |
| <option value="sunday">Sunday</option> | |
| </select> |
| [user] | |
| name = Aleks Blagojevich | |
| email = | |
| [alias] | |
| # Lists all local branches | |
| b = branch | |
| # Lists all remote and local branchces | |
| ba = branch -a | |
| c = commit | |
| # Commit with a message |