<!-- If you use Web Icon Font, Add "Font Awesome" -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- If you use Web Icon Font, Add "Font Awesome" -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>HR (Separator Line) Style Design</title>
<style>
h2.dlw-subtitle{
margin-bottom: 40px;
}
section section.note{
margin-top: 60px;
}
/* Common Style Setting */
hr{
height: 0;
margin: 0;
padding: 0;
border: 0;
}
/* [1] Simple Line */
.hr-1{
border-top: 1px solid #000;
}
/* [2] Double Line */
.hr-2{
border-top: 3px double #000;
}
/* [3] Dashed Line */
.hr-3{
border-top: 1px dashed #8c8b8b;
}
/* [4] Dotted Line */
.hr-4{
border-top: 1px dotted #000;
}
/* [5] Blur Line */
.hr-5{
box-shadow: 0 0 10px 1px #000;
}
.hr-5::after{
display: block;
height: 10px;
content: '';
}
/* [6] Shadow Line */
.hr-6{
height: 10px;
box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .5);
}
/* [7] Gradation Line */
.hr-7{
height: 1px;
background-image: -webkit-linear-gradient(left, #eee, #000, #eee);
background-image: -moz-linear-gradient(left, #eee, #000, #eee);
background-image: -ms-linear-gradient(left, #eee, #000, #eee);
background-image: -o-linear-gradient(left, #eee, #000, #eee);
}
/* [8] 2 Color Line */
.hr-8{
height: 2px;
border-top: 1px solid #000;
border-bottom: 1px solid #ccc;
}
/* [9] 3 Color Line */
.hr-9{
height: 1px;
border-top: 1px solid #000;
border-bottom: 1px solid #888;
}
.hr-9:after{
display: block;
margin-top: 3px;
content: '';
border-top: 1px solid #ccc;
}
/* [10] 2 Color Dashed Line */
.hr-10{
border-top: 2px dashed #e8c02c;
background-color: #000;
}
/* [11] 2 Color Dotted Line */
.hr-11{
border-top: 2px dotted #e8c02c;
background-color: #000;
}
/* [12] Tiny Checkers Line » http://www.heropatterns.com/ */
.hr-12{
height: 8px;
background-color: #ccc;
background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3E%3Cg fill=\'%23000000\' fill-opacity=\'0.4\'%3E%3Cpath fill-rule=\'evenodd\' d=\'M0 0h4v4H0V0zm4 4h4v4H4V4z\'/%3E%3C/g%3E%3C/svg%3E');
}
/* [13] Diagonal Line » http://www.heropatterns.com/ */
.hr-13{
height: 8px;
background-color: #ccc;
background-image: url('data:image/svg+xml,%3Csvg width=\'6\' height=\'6\' viewBox=\'0 0 6 6\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'%23000000\' fill-opacity=\'0.4\' fill-rule=\'evenodd\'%3E%3Cpath d=\'M5 0h1L0 6V5zM6 5v1H5z\'/%3E%3C/g%3E%3C/svg%3E');
}
/* [14] Diagonal Stripes Line » http://www.heropatterns.com/ */
.hr-14{
height: 8px;
background-color: #ccc;
background-image: url('data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 40 40\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'%23000000\' fill-opacity=\'0.4\' fill-rule=\'evenodd\'%3E%3Cpath d=\'M0 40L40 0H20L0 20M40 40V20L20 40\'/%3E%3C/g%3E%3C/svg%3E');
}
/* [15] Polka Dots Line » http://www.heropatterns.com/ */
.hr-15{
height: 10px;
background-image: url('data:image/svg+xml,%3Csvg width=\'10\' height=\'10\' viewBox=\'0 0 12 12\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'%23000000\' fill-opacity=\'0.5\' fill-rule=\'evenodd\'%3E%3Ccircle cx=\'3\' cy=\'3\' r=\'3\'/%3E%3Ccircle cx=\'9\' cy=\'8\' r=\'3\'/%3E%3C/g%3E%3C/svg%3E');
}
/* [16] Wave Line » Note Reference */
.hr-16{
height: 10px;
background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'20\' height=\'10\' viewBox=\'0 0 20 10\' xmlns=\'http://www.w3.org/2000/svg\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' stroke-miterlimit=\'10\'%3e%3cpath fill=\'none\' d=\'M0 0h20v10H0z\'/%3e%3cclipPath id=\'a\'%3e%3cpath d=\'M0 0h20v10H0z\'/%3e%3c/clipPath%3e%3cg clip-path=\'url(%23a)\'%3e%3cpath d=\'M20 7.384c-4.999-.001-5-4.768-9.999-4.768C5 2.616 5 7.384 0 7.384\' fill=\'none\' stroke=\'%23000\'/%3e%3c/g%3e%3c/svg%3e');
}
/* [17] Jagged Line » Note Reference */
.hr-17{
height: 10px;
background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'20\' height=\'10\' viewBox=\'0 0 20 10\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:serif=\'http://www.serif.com/\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' stroke-linejoin=\'round\' stroke-miterlimit=\'1.414\'%3e%3cpath fill=\'none\' d=\'M0 0h20v10H0z\'/%3e%3cclipPath id=\'a\'%3e%3cpath serif:id=\'zigzag\' d=\'M0 0h20v10H0z\'/%3e%3c/clipPath%3e%3cg clip-path=\'url(%23a)\'%3e%3cpath d=\'M20.705.712L10 9.98-.705.712l.654-.757L10 8.657 20.051-.045l.654.757z\'/%3e%3c/g%3e%3c/svg%3e');
}
/* [18] Center Web Icon Line */
.hr-18{
text-align: center;
border-top: 1px dashed #000;
}
.hr-18::after{
font: normal normal normal 14px/1 FontAwesome;
position: relative;
top: -10px;
display: inline-block;
padding: 0 15px;
content: '\f0c4';
color: #000;
background: #f1f1f1;
}
</style>
</head>
<body>
<header>
<h1 class="dlw-title">HR (Separator Line) Style Design</h1>
<p class="dlw-description">The HTML <tag><hr></tag> element represents a thematic break between paragraph-level elements.<br>
Here, design samples of hr using style sheets are posted.</p>
</header>
<section>
<h2 class="dlw-subtitle">[1] Simple Line</h2>
<hr class="hr-1">
</section>
<section>
<h2 class="dlw-subtitle">[2] Double Line</h2>
<hr class="hr-2">
</section>
<section>
<h2 class="dlw-subtitle">[3] Dashed Line</h2>
<hr class="hr-3">
</section>
<section>
<h2 class="dlw-subtitle">[4] Dotted Line</h2>
<hr class="hr-4">
</section>
<section>
<h2 class="dlw-subtitle">[5] Blur Line</h2>
<hr class="hr-5">
</section>
<section>
<h2 class="dlw-subtitle">[6] Shadow Line</h2>
<hr class="hr-6">
</section>
<section>
<h2 class="dlw-subtitle">[7] Gradation Line</h2>
<hr class="hr-7">
</section>
<section>
<h2 class="dlw-subtitle">[8] 2 Color Line</h2>
<hr class="hr-8">
</section>
<section>
<h2 class="dlw-subtitle">[9] 3 Color Line</h2>
<hr class="hr-9">
</section>
<section>
<h2 class="dlw-subtitle">[10] 2 Color Dashed Line</h2>
<hr class="hr-10">
</section>
<section>
<h2 class="dlw-subtitle">[11] 2 Color Dotted Line</h2>
<hr class="hr-11">
</section>
<section>
<h2 class="dlw-subtitle">[12] Tiny Checkers Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-12">
</section>
<section>
<h2 class="dlw-subtitle">[13] Diagonal Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-13">
</section>
<section>
<h2 class="dlw-subtitle">[14] Diagonal Stripes Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-14">
</section>
<section>
<h2 class="dlw-subtitle">[15] Polka Dots Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-15">
</section>
<section>
<h2 class="dlw-subtitle">[16] Wave Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-16">
</section>
<section>
<h2 class="dlw-subtitle">[17] Jagged Line</h2>
<p>Use SVG Pattern</p>
<hr class="hr-17">
</section>
<section>
<h2 class="dlw-subtitle">[18] Center Web Icon Line</h2>
<p><a href="http://fontawesome.io/" target="_blank">Font Awesome</a> required.</p>
<hr class="hr-18">
</section>
<!-- Note -->
</body>
</html>
Here, design samples of various effects to text are posted.
The headline is the text indicating the nature of the article below it.
Here, design samples of headline using style sheets are posted.
The HTML <ol> element represents an ordered list of items.
Here, design samples of ol using style sheets are posted.
The HTML <hr> element represents a thematic break between paragraph-level elements.
Here, design samples of hr using style sheets are posted.
The box-shadow CSS property is used to add shadow effects around an element's frame.
Here, design samples of box-shadow property using style sheets are posted.
Using
In this example, Picturefill is added for IE.
Grid is the value of the CSS display property.
Here, layout samples of grid property are posted.
Flex is the value of the CSS display property.
It is a standard button design of Bootstrap Framework.
Hover.css is a style-sheet collection of hover effects.
Button.css is collection of CSS3 button animations.
It is a standard Card design of Bootstrap Framework.
Arctext.js is a jQuery plugin that causes a string to curve along a specified circle radius.
Lettering.js is a jQuery plugin that encloses a specified character string with one character, one word, one column by <span> tag.
Textillate.js is a jQuery plugin that adds In / Out animation effects to text.
FitText.js is jQuery plugin that fits the font size according to the width of the parent element.
FeedEk is a jQuery plugin that parses RSS and Atom feeds and displays them.
Introduction of various embedment methods of YouTube.
FitVids is a jQuery plug-in that converts YouTube videos embedded with iframe into responsive.
xZoom is a jQuery plug-in that shows a zoom preview of the image.
It is possible to customize the preview position and zoom.
Instagram.css is a stylesheet set that filters photos like instagram.
Moment.js is a javascript that processes and displays date and time.
Bootstrap Material DatePicker is jQuery data picker plugin using Moment.js.
Multifilter is jQuery Table Filtering Plugin.
Responsive table using "display: flex;".
Not supported for rowspan.
Responsive table using "display: grid;".
Not supported for rowspan.
It is a standard Table design of Bootstrap Framework.
jQuery Mask Plugin is jQuery plugin that make mask (validation) on form field.
Select2 is a jquery plugin that makes select form more advanced.
Here is the basic usage of Select2.
jQuery Searcher is jQuery search/filtering plugin that supports various markups.
It is a standard Carousel of Bootstrap Framework.
FlexSlider is responsive jQuery slider plugin.
Here, basic single slider setting of Flexslider are posted.
FlexSlider is responsive jQuery slider plugin.
Here, basic carousel slider setting of Flexslider are posted.
slick is responsive jQuery slider plugin.
Here, basic single slider setting of slick are posted.
slick is responsive jQuery slider plugin.
Here, carousel slider setting of slick are posted.
fancyBox is jQuery lightbox plugin.
Here, basic image lightbox setting of fancyBox are posted.
fancyBox is jQuery lightbox plugin.
Here, YouTube, Vimeo, Instagram, Google Maps, inline HTML, iframe lightbox setting of fancyBox are posted.
Magnific Popup is jQuery lightbox plugin.
Here, basic image lightbox setting of Magnific Popup are posted.
Magnific Popup is jQuery lightbox plugin.
Here, YouTube, Vimeo, Google Maps, inline HTML lightbox setting of Magnific Popup are posted.
Since Magnific Popup does not incorporate animation effects by standard, you need to set it yourself.
Here we summarize the CSS3-based animation settings.
animsition is a jQuery plugin that adds an in/out animation effect at the time of page transition.
GreedyNav is a responsive navigation menu using jQuery which switches over the items that protruded when the screen was scaled down to dropdown.
GridTab is a lightweight jQuery plugin to create grid based responsive tabs.
jQuery.NiceScroll is a jQuery plugin that extends scroll display and functions.
metisMenu is a jQuery plugin that expands vertical and vertical menus.
fullPage.js is jQuery Fullscreen Scrolling plugin.
Here, basic fullscreen scrolling of fullPage.js are posted.
fullPage.js is jQuery Fullscreen Scrolling plugin.
Here, navigation menu is displayed..
Offside.js is a JavaScript kit that expands off-canvas.
This is a sample where the left side off-canvas expands.
Offside.js is a JavaScript kit that expands off-canvas.
This is a sample that expands multiple off-canvases.
Filterizr is a jQuery plugin that sorts, shuffles, searches for the items in the container.
This is a basic sample without setting options.
Filterizr is a jQuery plugin that sorts, shuffles, searches for the items in the container.
This is a sample of more advanced setting of Filterizr.
animsition is a jQuery plugin that adds an in/out animation effect at the time of page transition.
Textillate.js is a jQuery plugin that adds In / Out animation effects to text.
Scrolla is jQuery scroll animation plugin.
Hover.css is a style-sheet collection of hover effects.
Animate.css is a style-sheet collection of animation effects.
jQuery Easing Plugin is a plugin to extend the easing (animation effect) of jQuery.
The easing of element is posted.
fullPage.js is jQuery Fullscreen Scrolling plugin.
Here, basic fullscreen scrolling of fullPage.js are posted.
fullPage.js is jQuery Fullscreen Scrolling plugin.
Here, navigation menu is displayed..
jQuery.mb.YTPlayer is jQuery Background player plugin.
Hint.css is a style sheet set for tooltip.
You can display tooltip just by adding class name.
Protip is a jQuery plugin that generates tooltips.
Set the position, size, etc. of the tooltip only with data attribute.
It is a standard Carousel of Bootstrap Framework.
It is a standard Card design of Bootstrap Framework.
It is a standard button design of Bootstrap Framework.
It is a standard Table design of Bootstrap Framework.
HTML5 Cheat Sheet by Make A Website Hub
CSS3 Cheat Sheet by Smashing Magazine
This is the Visual Studio Code default keyboard shortcut list.
Cheese sheet of TweenMAX, TweenLite, TimelineLite, TimelineMax by GreenSock.
On this page you can search for codes collectively.
It is a news feed about design.