Skip to content

Commit 336ed03

Browse files
committed
neumorphism
1 parent 4062666 commit 336ed03

File tree

3 files changed

+471
-434
lines changed

3 files changed

+471
-434
lines changed

css/style.css

+15-5
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ a{
152152
.demo-card-square > .mdl-card__title {
153153
color: #fff;
154154
background-repeat: no-repeat;
155-
background-position: center;
155+
background-position: center;
156156
background-color: #46B6AC
157157

158158
}
@@ -167,11 +167,10 @@ border-radius: 4px;
167167
background-color: transparent;
168168
}
169169

170-
h6{ text-align: justify;
170+
h6{
171+
text-align: justify;
171172
color:#A0A0A0;
172-
padding:20px;
173-
border-radius:4px;
174-
border:1px solid rgba(255, 255, 255, 0.1);
173+
175174
}
176175
.mdl-button>.mdl-js-button{
177176
color:#FF0F00;
@@ -185,6 +184,17 @@ h6{ text-align: justify;
185184
.azure{
186185
color: #007fff;
187186
}
187+
.neumorphism{
188+
border-radius: 10px;
189+
background: #263238;
190+
box-shadow: 20px 20px 60px #202b30, -20px -20px 60px #2c3a40;
191+
padding:20px;
192+
}
193+
.neumorphism-no-padding{
194+
border-radius: 10px;
195+
background: #263238;
196+
box-shadow: 20px 20px 60px #202b30, -20px -20px 60px #2c3a40;
197+
}
188198

189199
ul {
190200
width: 100%;

0 commit comments

Comments
 (0)