diff --git a/README.md b/README.md index 1f77639..3fec520 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Shivendra Singh + ## Clone the repository, start brainstorming your ideas! 💡 Follow the below commands step by step, to clone this repository in your machine and get the website in the same state as I was during the meet. diff --git a/index.css b/index.css deleted file mode 100644 index 4275553..0000000 --- a/index.css +++ /dev/null @@ -1,85 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); - -/* css file imports */ -@import '/styles/header.css'; -@import '/styles/home.css'; -@import '/styles/about.css'; - -:root { - font-family: 'Roboto'; - --theme: #e79c25; - --bg1: #1f242a; - --bg2: #364049; - --bg3: #525a67; - --app-width: 1400px; -} - -*, -*::before, -*::after { - box-sizing: border-box; - padding: 0; - margin: 0; -} - -a { - text-decoration: none; - color: black; -} - -li { - list-style-type: none; -} -button { - border: none; - outline: none; - padding: 0.8rem 1rem; - border-radius: 10px; - color: white; - font-weight: bold; - font-size: 0.9rem; - width: max-content !important; - cursor: pointer; -} - -.normal-button { - background-color: var(--bg3); -} - -.theme-button { - background-color: var(--theme); -} - -html { - width: calc(100vw - 5px) -} - -body { - /* overflow-x: hidden; */ - width: 100%; - display: flex; - justify-content: start; - align-items: center; - flex-direction: column; -} - -::-webkit-scrollbar { - width: 5px; - height: 5px; -} - -::-webkit-scrollbar-button, -::-webkit-scrollbar-corner { - display: none; -} - -::-webkit-scrollbar-thumb { - background-color: var(--theme); - width: 5px; - height: 5px; -} -::-webkit-scrollbar-track { - width: 5px; - height: 5px; - -} \ No newline at end of file diff --git a/index.html b/index.html index 2193e4b..f691d77 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + DevBeats diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..e69de29