html - How to create that background on my page with css -


this question has answer here:

please me. want create shape on image, on page, should background of section. thank you.

enter image description here

try this

.yourtag {   background: radial-gradient(circle @ 91% 50%, transparent 35%, red 15px);  } 

fiddle - https://jsfiddle.net/p0ctco0m/1/


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -