Skip to content

Instantly share code, notes, and snippets.

View matiishyn's full-sized avatar
💻
React.js, Angular, Node.js, Express, AWS Lambda, Serverless framework, HTML, CSS

Ivan Matiishyn matiishyn

💻
React.js, Angular, Node.js, Express, AWS Lambda, Serverless framework, HTML, CSS
View GitHub Profile
@matiishyn
matiishyn / index.html
Created February 21, 2019 14:09
3 колонки
<div>
<header>Header</header>
<main>
<aside>Left col</aside>
<div id="center">Center</div>
<aside>Right col</aside>
</main>
<footer>Footer</footer>
</div>