diff --git a/index.css b/index.css index a8f77b9..566e92b 100644 --- a/index.css +++ b/index.css @@ -23,6 +23,7 @@ body { right: 0; width: 40%; background-image: url("images/abstract_squares.jpg"); + background-color: #000; background-size: cover; height: 100vh; display: flex; @@ -308,4 +309,7 @@ h3 { .image-about { width: 200px; } + #contact { + padding-bottom: 3em; + } }