Contents
Video
How to Create a Simple Website ( TypeC : 3 Column Layout ) with HTML and CSS
Google Fonts: https://fonts.google.com/
Sample Code
index.html
Tips
clear: both; | Clear floating. |
box-sizing: border-box; | Set the width and height include content, border, and padding. |