<hr>. <hr> tag and style it via custom CSS in Project or Page settings.Webflow does not have a dedicated <hr> (horizontal rule) element in the Add Elements panel, but you can still create a similar visual divider easily.
<hr>
<hr>.
<hr> Element (if needed)
<hr> element in the visual editor.<hr>.<hr> tag in custom code or CSS for styling.
<hr> Tag Globally (Optional)
hr { border: none; height: 1px; background: #ccc; margin: 2rem 0; }
Webflow doesn’t have a built-in <hr> element, but you can easily recreate it using a styled Div Block or insert a raw <hr> using the Embed element with custom CSS for styling.