#3D Text in Sass
Inspired by @mdo
#3D Text in Sass
Inspired by @mdo
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>UI Transparent</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>UI Transparent</h1> | |
| <div style="background: url('http://v4.unleash-it.co.uk/images/bg.png');"> | |
| <div> | |
| <div class="logo"> | |
| <div> | |
| <div class="inside"></div> | |
| </div> | |
| <div> | |
| <div class="inside"></div> | |
| </div> | |
| <div> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>UI Transparent</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>UI Transparent</h1> | |
| <div class="container"> | |
| <div class="wrap"> | |
| <div class="circle horizontal c1"> | |
| <div class="wrap-electron"> | |
| <div class="circle electron"></div> | |
| </div> | |
| </div> | |
| <div class="circle vertical c1"> | |
| <div class="wrap-electron"> | |
| <div class="circle electron"></div> |
CSS illustration and animation inspired by http://robindavey.co.uk/
Forked from mario sanchez maselli's Pen CSS The Avengers .
CONTENT:
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: generic-prog | |
| # Required-Start: $local_fs $remote_fs $network | |
| # Required-Stop: $local_fs $remote_fs $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Generic Program | |
| # Description: Generic Program is a generic program to do generic things with | |
| ### END INIT INFO |
| ## check des 10 plus gros fichier | |
| find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10 |