From 1bc9bbe8e27b05e1db1745a7a932a598c6388046 Mon Sep 17 00:00:00 2001 From: David Kerr Date: Thu, 19 Apr 2018 14:44:55 -0400 Subject: [PATCH] testing smile --- css/main.css | 14 ++++-- index.html | 7 ++- js/main.js | 123 ++++++++++++++++++++++++--------------------------- 3 files changed, 75 insertions(+), 69 deletions(-) diff --git a/css/main.css b/css/main.css index bf61c9f..682d1ef 100644 --- a/css/main.css +++ b/css/main.css @@ -97,11 +97,17 @@ textarea { Author's custom styles ========================================================================== */ + + body{ background-color:#ffb732; font-family:"Roboto"; } +#password{ + text-align:center; +} + #tupperware{ margin:0 auto; width:100%; @@ -156,7 +162,7 @@ textarea{ height:100px; } textarea, input{ - width:200px; + width:250px; } input{ margin-bottom:5px; @@ -187,13 +193,15 @@ input:focus, textarea:focus, button:focus{ + + @media screen and (min-width:500px){ .profile{ width:50%; padding:1%; } - textarea{ - width:405px; + textarea, #userimg{ + width:505px; } } diff --git a/index.html b/index.html index 3da12d0..0e28fc9 100644 --- a/index.html +++ b/index.html @@ -19,14 +19,15 @@ -