css border-radius and background color -


यह मेरा कोड है:

HTML:

  & lt; Div वर्ग = "मुख्य" & gt; & Lt; img वर्ग = "इन" alt = "" src = "https://lh6.googleusercontent.com/---lrEvAvGGs/U2i572OasiI/AAAAAAAACVw/zKSuueH1n5Q/s720/1024x1024.jpg" & gt; & Lt; / div & gt;  

सीएसएस:

<पूर्व> .main {height: 240px; चौड़ाई: 240 पिक्सेल; पृष्ठभूमि: # F00; सीमा: 1 पीएक्स ठोस # सीसीसी; सीमा-त्रिज्या: 30px; स्थिति: रिश्तेदार; छिपा हुआ सैलाब; } .in {width: 240px; ऊंचाई: 240 पिक्सेल; }

लाइव उदाहरण:

जैसा कि आप उदाहरण में देखते हैं, छवि के कोनों पर एक छोटे से पृष्ठभूमि का रंग (लाल) है।

इन्हें कैसे निकालना है लेकिन सीमा-त्रिज्या विशेषता को रखते हुए?

बस शैलियों को हटाएं

  पृष्ठभूमि: # F00; सीमा: 1 पीएक्स ठोस # सीसीसी;  मुख्य  से  


Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -