updated skills percentile

This commit is contained in:
2018-07-23 00:42:44 -05:00
parent 532fd955c8
commit 8f02d39eee

View File

@@ -331,7 +331,7 @@ ul#nav li.current a { color: #F06000; }
-webkit-animation: windows 2s ease; -webkit-animation: windows 2s ease;
} }
.linux { .linux {
width: 65%; width: 58%;
-moz-animation: linux 2s ease; -moz-animation: linux 2s ease;
-webkit-animation: linux 2s ease; -webkit-animation: linux 2s ease;
} }
@@ -362,7 +362,7 @@ ul#nav li.current a { color: #F06000; }
} }
@-moz-keyframes linux { @-moz-keyframes linux {
0% { width: 0px; } 0% { width: 0px; }
100% { width: 65%; } 100% { width: 58%; }
} }
@-moz-keyframes csharp { @-moz-keyframes csharp {
0% { width: 0px; } 0% { width: 0px; }
@@ -387,7 +387,7 @@ ul#nav li.current a { color: #F06000; }
} }
@-webkit-keyframes linux { @-webkit-keyframes linux {
0% { width: 0px; } 0% { width: 0px; }
100% { width: 65%; } 100% { width: 58%; }
} }
@-webkit-keyframes csharp { @-webkit-keyframes csharp {
0% { width: 0px; } 0% { width: 0px; }