diff --git a/css/site.css b/css/site.css index 7004371..2c44bdb 100644 --- a/css/site.css +++ b/css/site.css @@ -9,10 +9,18 @@ h1 { width: 980px; margin: 0 auto; } +div section{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; +} section { height: 300px; margin: 60px 0; + font-size: 30px; } .section--purple { diff --git a/demo.html b/demo.html index 41eb21f..2737866 100644 --- a/demo.html +++ b/demo.html @@ -19,15 +19,16 @@
-

WOW.js

+

this is me

+

vs

-
-
-
-
-
- +
sabse pahele follow kro :- ( the_credible_vs )
+
kiye ki nhi
+
hahaha
+
kaisa lga
+
mast hai na
+
@@ -44,7 +45,7 @@

WOW.js

wow.init(); document.getElementById('moar').onclick = function() { var section = document.createElement('section'); - section.className = 'section--purple wow fadeInDown'; + section.className = 'section--blue wow bounceInLeft'; this.parentNode.insertBefore(section, this); };