HTML Several Special Dividing Line Effects

HTML Several Special Dividing Line Effects

1. Basic lines


2. Special effects (the effects are not isolated and can be combined with each other)
1. Gradual transparency at both ends:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>


2. Spindle shape:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>


3. Gradual transparency on the right:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>


4. Gradual transparency on the left:
<HR style="FILTER: alpha(opacity=0,finishopacity=100,style=1)" width="80%" color=#987cb9 SIZE=3>


5. Dashed line:
<HR style="border:1 dashed #987cb9" width="80%" color=#987cb9 SIZE=1>


6. Double line:
<HR style="border:3 double #987cb9" width="80%" color=#987cb9 SIZE=3>


7. Stereoscopic effect:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>


8. Steel needle effect:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Glow(color=#987cb9,strength=10)" width="80%" color=#987cb9 SIZE=1>


9. Vertical dividing line
<table border="1px" cellpadding="0" cellspacing="0" style="height:265px;border-left-style:solid; border-bottom-style:none;border-right-style:none;border-top-style:none">


<HR align=center width=300 color=#987cb9 SIZE=1>
align line position (optional left, right, center); width line length; color color; size thickness

<<:  JavaScript Regular Expressions Explained

>>:  How to install Oracle_11g using Docker

Recommend

js to realize payment countdown and return to the home page

Payment countdown to return to the home page case...

Implementation of the login page of Vue actual combat record

Table of contents 1. Preliminary preparation 1.1 ...

Solution to "Specialized key was too long" in MySQL

Table of contents Solution 1 Solution 2 When crea...

The basic principles and detailed usage of viewport

1. Overview of viewport Mobile browsers usually r...

Analysis and solution of a MySQL slow log monitoring false alarm problem

Previously, for various reasons, some alarms were...

Practical record of Vue3 combined with TypeScript project development

Table of contents Overview 1. Compositon API 1. W...

About front-end JavaScript ES6 details

Table of contents 1. Introduction 1.1 Babel Trans...

What you need to know about creating MySQL indexes

Table of contents Preface: 1. Create index method...

HTML reuse techniques

HTML reuse is a term that is rarely mentioned. Tod...

How to build sonarqube using docker

Table of contents 1. Install Docker 2. Install so...

JavaScript code to achieve a simple calendar effect

This article shares the specific code for JavaScr...

Tomcat source code analysis of Web requests and processing

Table of contents Preface 1. EndPoint 2. Connecti...

How to reduce image size using Docker multi-stage build

This article describes how to use Docker's mu...

How to install mysql5.6 in docker under ubuntu

1. Install mysql5.6 docker run mysql:5.6 Wait unt...