diff --git a/index.html b/index.html index 7302cd0..f5088b1 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,14 @@ +

Home

Mark Zuckerberg Chilling

Welcome to my Website.

- + - \ No newline at end of file diff --git a/styles/button.css b/styles/button.css new file mode 100644 index 0000000..9b332c8 --- /dev/null +++ b/styles/button.css @@ -0,0 +1,40 @@ +.button { +padding: 15px 25px; +font-size: 24px; +text-align: center; +cursor: pointer; +outline: none; +color: #fff; +background-color: #04AA6D; +border: none; +border-radius: 15px; +box-shadow: 0 9px #999; +} + +.button:hover {background-color: #3e8e41} + +.button:active { +background-color: #3e8e41; +box-shadow: 0 5px #666; +transform: translateY(4px); +} +.noscroll::-webkit-scrollbar { +display: none; +} +.noscroll { +-ms-overflow-style: none; +scrollbar-width: none; +} + +.buttontwo { + padding: 15px 25px; + font-size: 24px; + text-align: center; + cursor: pointer; + outline: none; + color: #fff; + background-color: #3e8e41; + border: none; + border-radius: 15px; + box-shadow: 0 9px #999; + } \ No newline at end of file