Annalucia.zablah

Joined 27 April 2022
292 bytes removed ,  15:59, 22 February 2023
no edit summary
Line 38: Line 38:  
     align-items: center;
 
     align-items: center;
 
     flex: 1 1 0px;
 
     flex: 1 1 0px;
}
  −
.round-list  li:before {
  −
margin-right: 10px;
  −
    content: counter(item);
  −
    background-color: rgb(105,82,130);
  −
    border-radius: 50%;
  −
    color: white;
  −
    width: 1.2em;
  −
    text-align: center;
  −
    display: inline-block;
  −
    position: absolute;
  −
    padding: 1em;
  −
    margin-top: -4.5em;
      
.imagelink a{
 
.imagelink a{