28.10.2022, 06:10
Hi,
I just started learning the CSS and I'm using this class to change the look of the background of a value
Whatever I write over that background it will display below it, please see attached
I just started learning the CSS and I'm using this class to change the look of the background of a value
Quote:.item-bgm {
padding: 40px;
border-radius: 200px;
background: repeating-radial-gradient(#2babec, transparent 150px);
display:block;
width:3.5px;
height:3.5px;
line-height:22px;
border: 2px solid #f5f5f5;
border-radius: 50%;
box-shadow: 0 0 3px gray;
font-weight:bold;
align-items: flex-end;
justify-content: center;
display: flex;
}
Whatever I write over that background it will display below it, please see attached