From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 16:38:54 -0500 Subject: Update html templates to use bootstrap for styling --- qc_app/static/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qc_app/static/css/styles.css (limited to 'qc_app/static/css/styles.css') diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css new file mode 100644 index 0000000..a88c229 --- /dev/null +++ b/qc_app/static/css/styles.css @@ -0,0 +1,7 @@ +.heading { + text-transform: capitalize; +} + +label { + text-transform: capitalize; +} -- cgit v1.2.3