Body/viewport border
Posted: Sat Jun 29, 2019 7:06 am
Is it possible to ad a border with this behaviour without custom code in WWB15?
https://css-tricks.com/examples/BodyBorder/
https://css-tricks.com/examples/BodyBorder/
WYSIWYG Web Builder
http://forum.wysiwygwebbuilder.com/
Code: Select all
<div style="top: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; right: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="bottom: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; left: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>