From 78be10320a0fd830658eb5867827a9b6e6bae25d Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 16:16:50 -1000 Subject: [PATCH] center text input accross the site --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 9e4c799..2c4c3d5 100644 --- a/style.css +++ b/style.css @@ -50,4 +50,8 @@ label { img.resize { width:220px; height:300px; +} + +input { + text-align: center; } \ No newline at end of file