skip to Main Content

CSS3 Pie and rotating Images – Photoshop

I've been looking this CSS3 Pie. https://codepen.io/anon/pen/gxQarR HTML <div class="pie big" data-start="270" data-value="360"></div> <div class="pie" data-start="0" data-value="90"></div> <div class="pie" data-start="90" data-value="180">2</div> <div class="pie" data-start="180" data-value="90">3</div> <div class="pie" data-start="180" data-value="270">4</div> CSS /* make each pie piece a rectangle twice as high…

VIEW QUESTION

Can't understand why I can't edit my html – Twitter bootstrap

I'm using Bootstrap Twitter and I've an issue there : <body> <div class="container col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2 main-progress-bar-container" style="margin-top: 50px;"> <div class="progress sm-progress-bar active"> <div class="progress-bar" id="main-progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="margin-bottom:30px;"> <!-- value here -->…

VIEW QUESTION
Back To Top
Search