Skip to content

Commit 2f00512

Browse files
authored
Update maquillaje.css
1 parent dafda80 commit 2f00512

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

maquillaje.css

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ body {
9090

9191

9292
.choose-title{
93+
margin-top: 2rem;
94+
margin-bottom: 2rem;
9395
font-size: 26px;
9496
color: #c23bf8;
9597
filter: drop-shadow(0 10px 15px #000000);
@@ -197,7 +199,7 @@ a :hover{
197199
border-radius: 50%;
198200
cursor: pointer;
199201
background-color: #e827e8;
200-
margin: 7px;
202+
margin: 20px;
201203
transition-duration: 0.2s;
202204
}
203205

@@ -385,13 +387,30 @@ a :hover{
385387
}
386388
.dots label {
387389
font-size: 12px;
388-
height: 10px;
389-
width: 12px;
390+
height: 7px;
391+
width: 7px;
390392
border-radius: 50%;
391393
cursor: pointer;
392394
background-color: #630d7e;
393395
margin: 20px;
394396
transition-duration: 0.2s;
395397
}
396398

399+
table {
400+
/*background-image: linear-gradient(320deg, #000000 40%, #8907c19b 60%); */
401+
background-image: linear-gradient(30deg, #000000 10%, #7831979b 80%);
402+
background-repeat: no-repeat;
403+
background-size: cover;
404+
font-family: arial, sans-serif;
405+
border-collapse: collapse;
406+
width: 97%;
407+
justify-content: center;
408+
margin: 0 auto;
409+
margin-bottom: 3rem;
410+
margin-top: 30px;
411+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
412+
border-radius: 10px;
413+
}
414+
415+
397416
}

0 commit comments

Comments
 (0)