.body-main { text-align: center; background-color: #fff; width: 100%; padding-bottom: 100px; margin-top: 100px; height: 300px; } body { background: #fff ; } #skill { list-style: none; font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; width: 296px; margin: 240px auto 0; position: relative; line-height: 2em; padding: 30px 0; } #skill li { margin-bottom:50px; background:#e9e5e2; background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ddd9), to(#e9e5e2)); background-image: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2); background-image: -moz-linear-gradient(top, #e1ddd9, #e9e5e2); background-image: -ms-linear-gradient(top, #e1ddd9, #e9e5e2); background-image: -o-linear-gradient(top, #e1ddd9, #e9e5e2); background-image: linear-gradient(top, #e1ddd9, #e9e5e2); height:20px; border-radius:10px; -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc; -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc; box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc; } #skill li h3 { position:relative; top:-35px; } .bar { height:16px; margin:1px 2px; position:absolute; border-radius:10px; -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9; -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9; box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9; } .graphic-design { width:99%; left: 0; height: 16px; -moz-animation:graphic-design 1s ease-out; -webkit-animation:graphic-design 1s ease-out; background-color: #191fa0; background-image: -webkit-gradient(linear, left top, left bottom, from(#191fa0), to(#1C217E)); background-image: -webkit-linear-gradient(top, #191fa0, #1C217E); background-image: -moz-linear-gradient(top, #191fa0, #1C217E); background-image: -ms-linear-gradient(top, #191fa0, #1C217E); background-image: -o-linear-gradient(top, #191fa0, #1C217E); background-image: linear-gradient(top, #191fa0, #1C217E) } @-moz-keyframes graphic-design {0% { width:0px;} 100%{ width:99%;} } @-webkit-keyframes graphic-design { 0% { width:0px;} 100%{ width:99%;} }<!--0.00011801719665527-->