Skip to content

Commit b8df9ef

Browse files
Merge branch 'TusharKesarwani:main' into main
2 parents 923de69 + fd02ef8 commit b8df9ef

97 files changed

Lines changed: 11200 additions & 8147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Projects/Breathe Meditation/style.css

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
1+
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
22

33
* {
44
box-sizing: border-box;
@@ -7,7 +7,7 @@
77
body {
88
background: #111111;
99
color: #fff;
10-
font-family: 'Montserrat', sans-serif;
10+
font-family: "Montserrat", sans-serif;
1111
min-height: 90vh;
1212
overflow: hidden;
1313
display: flex;
@@ -27,7 +27,7 @@ body {
2727
transform: scale(1);
2828
}
2929

30-
h1{
30+
h1 {
3131
margin-top: 50px;
3232
font-size: 40px;
3333
}
@@ -115,4 +115,28 @@ h1{
115115
to {
116116
transform: scale(1);
117117
}
118-
}
118+
}
119+
120+
@media (max-width: 678px) {
121+
.pointer-container {
122+
top: -42px;
123+
left: 64px;
124+
width: 20px;
125+
height: 118px;
126+
}
127+
128+
.container {
129+
height: 150px;
130+
width: 150px;
131+
}
132+
133+
.gradient-circle {
134+
height: 170px;
135+
width: 170px;
136+
}
137+
138+
.pointer {
139+
height: 15px;
140+
width: 15px;
141+
}
142+
}

Projects/BuyMeaCoffee/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

Projects/BuyMeaCoffee/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

Projects/BuyMeaCoffee/index.html

Lines changed: 0 additions & 336 deletions
This file was deleted.

Projects/BuyMeaCoffee/main.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)