From 3ef985e832d8425aa946cef861bd0988044f6712 Mon Sep 17 00:00:00 2001 From: YC Date: Thu, 28 Jan 2016 13:54:18 +1100 Subject: [PATCH] Fix Validator Errors --- index.html | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/index.html b/index.html index 644088b..6de6574 100755 --- a/index.html +++ b/index.html @@ -14,20 +14,17 @@ width:100%; height:100%; text-align:center; /*Align Text to Center*/ display:table; - -moz-animation: fadeinelement 3s; -webkit-animation: fadeinelement 3s; - -o-animation: fadeinelement 3s; - -ms-animation: fadeinelement 3s; animation: fadeinelement 3s; } - h1,h2 + h1,h2,h3 { cursor:default; /*When hover, default cursor displays*/ } h2 { font-weight:300; - margin-bottom:24px; + margin-bottom:25px; } img { @@ -42,12 +39,13 @@ } #progress { - width:30%; /*Changes Percentage of Bar Total Width*/ + width:45%; /*Changes Percentage of Bar Total Width*/ + width:45vw; border-radius:10px; /*Roundness of Bar*/ background-color:#a8a8a8; /*Background Colour of Bar*/ margin:0 auto; /*Center Object*/ - padding:2px 0; - border: 5px solid #a8a8a8; /*Border Colour of Bar*/ + padding:7px 5px; + /*border: 5px solid #a8a8a8; - Border Colour of Bar*/ } #fill { @@ -55,22 +53,15 @@ background-color:#00b98b; /*Fill of Bar*/ width:35%; /*Bar Percent, Can be Customized down Below*/ border-radius:25px; /*Bar Roundness*/ - -moz-animation: proanimate 2s; -webkit-animation: proanimate 2s; - -o-animation: proanimate 2s; - -ms-animation: proanimate 2s; animation: proanimate 2s; } #barpercent h3 { color:white; /*Bar Percentage Text Colour*/ - cursor:default; /*Default Cursor on Hover color:#000;*/ margin:0; padding:0; opacity:0; - -moz-animation: fadeinelement 3s forwards; -webkit-animation: fadeinelement 3s forwards; - -o-animation: fadeinelement 3s forwards; - -ms-animation: fadeinelement 3s forwards; animation: fadeinelement 3s forwards; } @@ -84,23 +75,10 @@ from {opacity:0;} to {opacity:1;} } - @-ms-keyframes fadeinelement - { - from {opacity:0;} - to {opacity:1;} - } - @-o-keyframes fadeinelement - { - from {opacity:0;} - to {opacity:1;} - } /* Animates Bar Moving on Page Load*/ @keyframes proanimate{from {width:0%;}} - @-moz-keyframes proanimate{from {width:0;}} @-webkit-keyframes proanimate{from {width:0%;}} - @-ms-keyframes proanimate{from {width:0%;}} - @-o-keyframes proanimate{from {width:0%;}} /*Responsive*/ @media screen and (max-width:600px) @@ -116,7 +94,7 @@ } h2 { - margin: inherit 1.1em; + margin: 1.1em; font-size:1.1em; } #progress @@ -134,6 +112,6 @@

Company Name

Our website is currently under construction.

35%

- + \ No newline at end of file