From 379a19069db3197674a053084ac8cd1d596841f0 Mon Sep 17 00:00:00 2001 From: kushal jangir Date: Mon, 18 Jan 2021 15:11:58 +0530 Subject: [PATCH] Update --- .vscode/settings.json | 3 +++ css/styles.css | 13 +++++++++++-- index.html | 14 ++++++++++---- 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index fe85d9c..09da749 100644 --- a/css/styles.css +++ b/css/styles.css @@ -47,6 +47,15 @@ body { color: #333333; background-color: black; } +.cursor { + border-radius: 50%; + border: 2px solid white; + height: 30px; + width: 30px; + position: absolute; + transition-duration: 50ms; + transition-timing-function: ease-out; +} .dark { /* font-size: 2rem; */ /* background-color: white; */ @@ -170,7 +179,7 @@ h4 { margin: 0px; position: relative; z-index: -1; - background: url(../images/P2.jpeg) no-repeat center center fixed; + /* background: url(../images/P2.jpeg) no-repeat center center fixed; */ -webkit-background-size: cover; -moz-background-size: cover; @@ -184,7 +193,7 @@ h4 { } .background_lite { - background: url(../images/P2.jpg) no-repeat center center fixed; + /* background: url(../images/P2.jpg) no-repeat center center fixed; */ } .bottom-container { diff --git a/index.html b/index.html index f1cbc46..335af4e 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ - +