From 537fe3efe7785c173b33f13a826390030a97c1fb Mon Sep 17 00:00:00 2001 From: hestu14 Date: Tue, 6 Oct 2020 21:45:06 +0700 Subject: [PATCH] make some fun with random background generator --- css/styles.css | 13 +++++++++++++ css/themes/indigo-white.css | 2 +- index.html | 24 +++++++++++++++++++++--- 3 files changed, 35 insertions(+), 4 deletions(-) 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