-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (64 loc) · 1.14 KB
/
style.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
background-color: gainsboro;
display: flex ;
justify-content: center;
align-items: center ;
}
main {
width: 80vw;
height: 50vh ;
padding: 30px;
background-color: rgba(102,102,155,0.9) ;
border-radius: 20px;
}
.item {
display :flex ;
padding: 20px;
height: 7vh ;
justify-content: space-between;
align-items: center ;
}
.total {
font-family: fantasy;
border-bottom: 0.9px solid ;
border-bottom-color:white;
padding-bottom: 10px;
}
.supprimer {
padding: 1vw;
}
.like {
padding: 1vw;
}
.img-item {
}
.nom-color {
font-family: sans-serif;
flex : 3 ;
padding: 1vw;
color: lightgray;
}
.boutons {
flex: 2;
display: flex ;
align-items: baseline;
}
.color-item {
color : white ;
}
.text-total {
font-size: 20px;
}
textarea {
margin-top: 20px;
width: 35px;
height: 25px;
resize: none ;
text-align: center ;
}
button {
padding: 3px;
padding-left: 10px;
padding-right: 10px;
margin: 10px ;
}