diff --git a/Index.html b/Index.html index 3aaf97e..b5e1e71 100644 --- a/Index.html +++ b/Index.html @@ -60,12 +60,10 @@

Compare Your Artist

-
-
diff --git a/index.css b/index.css index a79017d..3157594 100644 --- a/index.css +++ b/index.css @@ -259,6 +259,7 @@ a:hover{ font-family: 'Poppins', sans-serif; margin-top: 1%; padding: 2% 5%; + margin-bottom: 20%; } .search h1{ font-size: 3em; @@ -395,6 +396,14 @@ input[type="text"] { font-family: 'Poppins', sans-serif; margin-top: 1%; padding: 2% 5%; + margin-bottom: 20%; +} +.compare h1{ + font-size: 3em; + font-weight: bold; + margin-bottom: 1%; + margin-left: 1%; + margin-top: 0.5%; } .compare_contain{ display: flex;