HR styling for forums

Developer
Size
1,917 Kb
Views
18,216

How do I make an hr styling for forums?

Http://css-tricks.com/forums/discussion/26718/how-to-make-two-horizontal-divider-lines-in-css. What is a hr styling for forums? How do you make a hr styling for forums? This script and codes were developed by Kyle on 16 October 2022, Sunday.

HR styling for forums Previews

HR styling for forums - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>HR styling for forums</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <hr />
<div class="spacer"></div>
<hr class="double" /> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

HR styling for forums - Script Codes CSS Codes

body { padding: 50px;
}
.spacer { height: 50px;
}
hr { border: none; border-top: 3px solid black; padding: 0; -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.7); box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.7);
}
hr.double { height: 5px; border-bottom: 1px solid black; -moz-box-shadow: 0 0 0 0 transparent; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent;
}
HR styling for forums - Script Codes
HR styling for forums - Script Codes
Home Page Home
Developer Kyle
Username kbrec85
Uploaded October 16, 2022
Rating 3
Size 1,917 Kb
Views 18,216
Do you need developer help for HR styling for forums?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kyle (kbrec85) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!