×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Marosi Dóra
Added: Dec 7, 2020 8:26 PM
Views: 4570
Tags: no tags
  1. .rounded-number {
  2.         position: absolute;
  3.         left: 40px;
  4.         top: 20px;
  5.         width: 80px;
  6.         line-height: 78px;
  7.         border: 1px solid #52cac5;
  8.         text-align: center;
  9.         font-size: 48px;
  10.         color: #52cac5;
  11.         border-radius: 50%;
  12. }
  13.