How to remove white space around icons in CSS FLEXBOX?
P粉765570115
P粉765570115 2023-08-10 14:11:39
0
1
407
<p>I'm a beginner, can someone explain how I can remove the blue background color around my icons when I use flexbox? I can't generalize properties of child elements to their parent elements. My code and my results I don't want to use inline-flex. Thank you</p>
P粉765570115
P粉765570115

reply all(1)
P粉063039990

You can try adding background-color: white to #usericon{}. If you used *{background-color: "cyan"} this will set the background of all elements to cyan, please check if this cyan color exists in your css file and find out the reason.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!