diff --git a/index.html b/index.html index 46a4a65..09de645 100644 --- a/index.html +++ b/index.html @@ -172,6 +172,18 @@

Adobe Inc / 2017 - 2018

diff --git a/styles/style.css b/styles/style.css index a3e144a..e82c8b5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -170,8 +170,8 @@ main { display: flex; gap: 24px; margin-top: 80px; - /* justify-content: space-around; */ - text-align: left; + justify-content: space-around; + /* text-align: center; */ background-color: #fff; } @@ -199,7 +199,9 @@ main section { display: flex; gap: 50px; justify-content: space-around; - text-align: center; + /* text-align: center; */ + padding-left: 230px; + padding-right: 230px; } .resume-colum-title { @@ -217,4 +219,12 @@ main section { text-align: center; margin-top: 50px; margin-bottom: 100px; +} +footer{ + display: flex; + justify-content:space-around; + gap: 120px; + background: #FFF8F3; + padding: 130px 230px; + margin-top: 100px; } \ No newline at end of file