This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Text over background
#1
Hi, 

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

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Text over background - by Fahd - 28.10.2022, 06:10
RE: Text over background - by admin - 31.10.2022, 07:13
RE: Text over background - by Fahd - 31.10.2022, 07:33
RE: Text over background - by admin - 31.10.2022, 12:06
RE: Text over background - by Fahd - 31.10.2022, 12:11
RE: Text over background - by admin - 31.10.2022, 13:22
RE: Text over background - by Fahd - 31.10.2022, 13:45

Forum Jump: