A Pen by Marciano Matias dos Santos on CodePen.
https://dailyui.co/ #002
A Pen by Fabio Ottaviani on CodePen.
  
    
      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
    
  
  
    
  | <div id="container"> | |
| <div id="picker" class="open"> | |
| <!--<p id="title">RGB PICKER</p>--> | |
| <p id="color">255 255 255</p> | |
| <div class="circle" id="c1" data-col="255"></div> | |
| <div class="circle" id="c2" data-col="255"></div> | |
| <div class="circle" id="c3" data-col="255"></div> | |
| <div id="copy"></div> | |
| </div> | |
| </div> | 
  
    
      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
    
  
  
    
  | <!-- | |
| Don't use the "5-unsafe" CDN version in your own code. It will break on you. | |
| Instead go to videojs.com and copy the CDN urls for the latest version. | |
| --> | |
| <div id="instructions"> | |
| <video id="my_video_1" class="video-js vjs-default-skin" width="640px" height="267px" | |
| controls preload="none" poster='http://video-js.zencoder.com/oceans-clip.jpg' | |
| data-setup='{ "aspectRatio":"640:267", "playbackRates": [1, 1.5, 2] }'> | 
One of my students asked if it would be easy to create a clock using CSS and JQuery so I gave it a go. Fairly simple, all told.
Forked from Nick Moreton's Pen Flat Clock.
A Pen by LAURYN SIEGEL on CodePen.
  
    
      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
    
  
  
    
  | <!-- Made by Erik Terwan --> | |
| <!-- 24th of November 2015 --> | |
| <!-- MIT License --> | |
| <nav role="navigation"> | |
| <div id="menuToggle"> | |
| <!-- | |
| A fake / hidden checkbox is used as click reciever, | |
| so you can use the :checked selector on it. | |
| --> | |
| <input type="checkbox" /> | 
Instalar o git:
sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-devInstalar o rbenv:
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc