From 498cfdfccc3613b59ea3fd23a47d78169e184872 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 19 Jan 2022 20:36:41 -0500 Subject: [PATCH] Add right align --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index ce3fe07..ce9ddbb 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,10 @@ text-align: left; } + .align-right{ + text-align: right; + } + .fill-width{ width: 100%; }