From 8b2202070162147efd598799ad32719220a45a8c Mon Sep 17 00:00:00 2001 From: Marcus Virginia Date: Sat, 9 Jun 2018 13:34:58 -0500 Subject: [PATCH] Finished first version of site and added modal js --- css/main.css | 8 ++++++++ index.html | 12 ++++++------ js/main.js | 17 +++++++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 838c648..f73f901 100644 --- a/css/main.css +++ b/css/main.css @@ -45,6 +45,10 @@ html, body { z-index: 10; } +.subtitle { + margin-top: 10px !important; +} + .section { text-align: center; } @@ -61,4 +65,8 @@ h2 { .button.is-info { background-color: #0ca7d3; +} + +.card-footer-item a { + color: #0ca7d3; } \ No newline at end of file diff --git a/index.html b/index.html index 4606172..c6a89bd 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,13 @@ -

Marcus Virginia

I love to develop, create, and learn using the power of web

- + @@ -30,7 +29,7 @@

I love to develop, create, and learn using the power of web

Resume
- + @@ -64,19 +63,20 @@

I love to develop, create, and learn using the power of web

- + +