From 6a27a0efb044dce3c7f4b2f2cd21f627553b9e1b Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 28 Jan 2024 13:20:43 -0500 Subject: [PATCH] spelling --- examples/overview.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/overview.html b/examples/overview.html index 5e74bf9..4801ec1 100644 --- a/examples/overview.html +++ b/examples/overview.html @@ -7,9 +7,6 @@ Stylelite -
@@ -41,7 +38,7 @@

Overview

- DIV is not the only tag avalible to your designs. + DIV is not the only tag available to your designs. Mimic traditional .container class by just using a MAIN tag.

Need to divide major sections of your code, eh...use SECTION tag. @@ -88,7 +85,7 @@

A can be a link

STRONG can be bold

U can be underlined

-

EM can be emphasised

+

EM can be emphasized

SMALL can be small

CODE can be code

@@ -241,7 +238,7 @@

Grid System

- The flex-based grid system dynamicly divides content on the number of + The flex-based grid system dynamically divides content on the number of child elements under row, be that a plain div(auto) or col-*. Column sizes range from col-1 to col-5 @@ -377,7 +374,7 @@ .subtitle - designed for tigher fit under headings + designed for tighter fit under headings .fill