http://codepen.io/waynespiegel/pen/jEGGbj
I found this amazing thing that I would like to be part of my site (for personal use and practice only), and I wonder how it will be implemented. I am new to this programming. I am using GitPages and running a website.
It was decided to make a file called "sphere.css" with the code:
$size: 300px; $total: 100; $time: 5s; * { box-sizing:border-box; } html, body { width: 100%; height: 100%; background:
And another file called "sphere.html" with the code:
<!DOCTYPE html> <html> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <body> <header> Random Title </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> .o-wrapper -100.times do .o </section> </div> </div> </body> </html>
But it obviously does not work, and I have no idea where to place the code from the site, how is it to make it work. Once again, this is for educational purposes only.
Thanks in advance!
html css sass website haml
Danieboy Mar 27 '15 at 12:22 2015-03-27 12:22
source share