From 3509f954c4fb8eef3bb2253a65db7b69aa50f841 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Wed, 3 Oct 2018 20:05:48 +0530 Subject: [PATCH] added Bhupesh-V --- Bhupesh-V/index.html | 19 +++++++++++++++++++ Bhupesh-V/style.css | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Bhupesh-V/index.html create mode 100644 Bhupesh-V/style.css diff --git a/Bhupesh-V/index.html b/Bhupesh-V/index.html new file mode 100644 index 0000000..f7409b2 --- /dev/null +++ b/Bhupesh-V/index.html @@ -0,0 +1,19 @@ + + + + Bhupesh-v + + + + +

CSS Buttons

+

Style 1

+ +

Style 2

+ +

Style 3

+ +

Style 4

+ + + \ No newline at end of file diff --git a/Bhupesh-V/style.css b/Bhupesh-V/style.css new file mode 100644 index 0000000..9a0b2a3 --- /dev/null +++ b/Bhupesh-V/style.css @@ -0,0 +1,18 @@ +.button { + background-color: #4CAF50; + border: none; + color: white; + padding: 15px 25px; + text-align: center; + font-size: 16px; + cursor: pointer; +} +.button5 {border-radius: 50%;} + +.button2:hover { + box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); +} + +.button:hover { + background-color: blue; +} \ No newline at end of file