In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to set the style, color and width of element outline by CSS. It is very detailed and has certain reference value. Friends who are interested must read it!
CSS profile
The CSS outline attribute specifies the style, color, and width of the outline of the element.
The outline is a line drawn around the element, located on the periphery of the edge of the border, and can highlight the element.
Draw a line around the element
P {border: red solid thin; outline: # 00ff00 dotted thick;}
Set the style and color of the outline
P {border: red solid thin; outline-style: dotted; outline-color: # 00ff00;}
Set the style and width of the outline
P.one {border: red solid thin; outline-style: solid; outline-width: thin;} p.two {border: red solid thin; outline-style: dotted; outline-width: 3px;}
CSS profile attribute and description
Outline: set all the profile properties in a declaration.
Outline-color: sets the color of the outline.
Outline-style: sets the style of the outline.
Outline-width: sets the width of the outline.
The above is all the content of the article "how to set the style, color and width of element outlines by CSS". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.