-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeauty.css
More file actions
45 lines (45 loc) · 930 Bytes
/
Copy pathbeauty.css
File metadata and controls
45 lines (45 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*{
text-decoration: none;
list-style-type: none;
}
.beaut{
width: 90%;
height: 200px;
margin-left: 4%;
border:1px solid white;
margin-top: 10%;
background-image: url("../res/4.jpg");
}
.beaut>div:nth-child(2){
/*border:1px solid red;*/
display: flex;
justify-content: space-around;
width: 70%;
text-align: center;
line-height: 38px;
padding: 5px 5px;
margin-top: 30%;
}
.beaut>span:nth-child(3){
display: inline-block;
width: 50%;
height: 24px;
/*border:1px solid red;*/
background-image: url("../res/start.png");
background-position: 0 0;
background-repeat: no-repeat;
margin-left: 5%;
}
/*.button badge-calm{*/
/*width:100%;*/
/*height: 60px;*/
/*border:1px solid black;*/
/*}*/
.active{
border-bottom: 3px solid blue;
/*background-color: red;*/
/*color: #4cd964;*/
}
.gray{
background-color: #4cd964;
}