CSS DIV text color design
CSS DIV text color need to use CSS of color property, we can simply use color the entire DIV text color within the unified planning mode via span tag to use marked special color-coded text with color attribute to modify or Designing the text color in the DIV block is a standard practice in CSS design. Almost all mainstream browsers support the color attribute. If you have any questions about the use of the CSS color attribute or the DIV block, you can refer to the following two explanations.
- CSS color text color
- How to use CSS DIV block tags
CSS DIV text color design example
<div style="color:#00D600;border:2px #ccc solid;padding :10px;">Use #00D600 text color</div>
<div style="color:#A830FF;border:2px #ccc solid;padding:10px;">Use #A830FF text color</div>
<div style= "color:#FF30FF;border:2px #ccc solid;padding:10px;">Use #FF30FF text color</div>
<div style="color:#969696;border:2px #ccc solid;padding:10px;" >Use #969696 text color</div>
- CSS border
- CSS border-color border color
- CSS border-width border width
If you encounter any problems while practicing the above examples, please feel free to ask questions from our fan club. If there are no problems, we have more design techniques for CSS DIV blocks. Readers and friends are welcome to read and practice more. There will be more practical web design grammars ready to share with you.
Post a Comment
0 Comments