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

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -