Last active
December 22, 2020 08:09
-
-
Save jupegarnica/497e396426321a69c9e494fb7e449eab to your computer and use it in GitHub Desktop.
layout-sidebars.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header><h1 contenteditable>Header.com</h1></header> | |
<div class="left-sidebar" contenteditable>Left Sidebar</div> | |
<main contenteditable></main> | |
<div class="right-sidebar" contenteditable>Right Sidebar</div> | |
<footer contenteditable>Footer Content — Header.com 2020</footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment