Skip to content

Commit

Permalink
Update blogging.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz authored Jun 27, 2020
1 parent 9e8a8ac commit 8c9166c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blogging.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.sc-background { position:relative; height:100px; margin-bottom:10px; background-color:#fff; border-radius:150px 150px 0 0; overflow:hidden; text-align:center; }
.sc-mask { position:absolute; top:20px; right:20px; left:20px; height:80px; background-color: #4a4b4f; border-radius:150px 150px 0 0 }
.sc-percentage { position:absolute; top:100px; left:-200%; width:400%; height:400%; margin-left:100px; background-color:#b263b0; }
.sc-percentage { transform:rotate(22.9deg); transform-origin:top center; }
.sc-percentage { transform:rotate(30deg); transform-origin:top center; }
.sc-percentage2 { position:absolute; top:100px; left:-200%; width:400%; height:400%; margin-left:100px; background-color:#b263b0; }
.sc-percentage2 { transform:rotate(67.5deg); transform-origin:top center; }

Expand All @@ -46,7 +46,7 @@
<div class="sc-background">
<div class="sc-percentage"></div>
<div class="sc-mask"></div>
<span class="sc-value">3 <span class="title" span>published</span> </span>
<span class="sc-value">4 <span class="title" span>published</span> </span>
</div>

<span class="sc-min">0</span>
Expand Down

0 comments on commit 8c9166c

Please sign in to comment.