diff --git a/css/styles.css b/css/styles.css index 4f09166d..37de38f1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -68,4 +68,17 @@ main > .tagline { margin-left: 0.675rem;; width: 2.65rem; height: 2.65rem; +} + +button { + background: none; + outline: none; + width: 250px; + padding: 10px; + font-size: 14px; + color: white; + border: 2px solid white; + margin-top: 20px; + border-radius: 5px; + cursor: pointer; } \ No newline at end of file diff --git a/css/themes/indigo-white.css b/css/themes/indigo-white.css index 8f67212d..b2b32c25 100644 --- a/css/themes/indigo-white.css +++ b/css/themes/indigo-white.css @@ -1,7 +1,7 @@ /* Theme */ main { - background: #303F9F; + /* background: #303F9F; */ color: #FAFAFA; } diff --git a/index.html b/index.html index ccb2c375..e2d52743 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -23,6 +24,7 @@ +
Hello, I'm Dinesh!
@@ -32,13 +34,29 @@ - + - + +
+ + - + + \ No newline at end of file