Generally, we rarely meet HR, but once we do, it can determine life or death. The same is true in HTML, we don’t see <hr /> very often, but when we see it it usually determines whether we can have a perfect divider. Here, I won’t attach any pictures, just list them for reference:
For example, if you want to create a dividing line with an actual height of 3px, four sides of 1px, a border color of #07f, and other parts of the color of #f60, you know: Copy code The code is as follows:hr{ height:1px; *height:3px; color:#f60;/* for ie6 ie7 */; background-color:#f60; border:1px solid #07f; } @-moz-document url-prefix(){ hr{height:3px;}} /* for firefox */ Are there any other less laborious solutions? |
<<: Detailed explanation of CSS sticky positioning position: sticky problem pit
>>: An in-depth summary of MySQL time setting considerations
CSS font properties define the font family, size,...
1. Download and install MySql Download MySql data...
Table of contents 1. Introduction 1.1 Principle 1...
Table of contents Deploy httpd with docker contai...
Require The div under the body is vertically cent...
Simply put, delayed replication is to set a fixed...
Table of contents What is ReactHook? React curren...
Table of contents Functionalcomponents Childcompo...
Plot Review In the previous article, we analyzed ...
Table of contents 1. Introduction 2. Main text 2....
This article example shares the specific code of ...
When releasing a project, you will often encounte...
This article example shares the specific code for...
Many web designers are confused about the width of...
Preface: In MySQL, the master-slave architecture ...