diff --git a/index.css b/index.css index 1eefb8f..e6129cc 100644 --- a/index.css +++ b/index.css @@ -1,10 +1,10 @@ -*{ +* { padding:0; margin:0; box-sizing:border-box; } .container{ - height: 100vh; + height:100vh; width:100%; display:flex; align-items:center; @@ -17,29 +17,26 @@ } .card-one{ width:100%; - } .card-one img{ width:100%; - } .card-two{ width:100%; padding:1rem; - box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } .card-two h1{ font-size:1.5rem; } - .card-two h2{ font-size:1.2rem; margin-bottom:1rem; + color:grey; } .card-two a{ text-decoration:none; background-color:black; color:white; padding:5px 10px; - } \ No newline at end of file diff --git a/index.html b/index.html index c792f1a..63e414c 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,35 @@ - -
- - -
-
+
+