From 5a6ea555f9335dafaba4f90741a66b0760cf8f50 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 16 Sep 2017 00:26:15 -0700 Subject: [PATCH] d --- index.html | 2 +- main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a7980ca..af96fe2 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@
- +
diff --git a/main.css b/main.css index 9fc5fff..f673e53 100644 --- a/main.css +++ b/main.css @@ -64,3 +64,7 @@ input.input { margin-right: -50%; transform: translate(-50%, -50%); } +.btn:hover { + height: 38px; + width: 198px; +}