-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
51 lines (50 loc) · 949 Bytes
/
styles.css
File metadata and controls
51 lines (50 loc) · 949 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
46
47
48
49
50
51
body{
align-content: center;
background-color: rgb(255, 255, 255);
}
ul{
list-style-type: circle;
}
.title{
color:rgb(12, 44, 112);
background-color: rgb(13, 161, 230);
font-family: 'Oswald', sans-serif;
}
.submenu{
color: rgb(224, 224, 231);
margin-left: 15px;
}
.espace{
margin-top: 20px;
margin-left: 35%;
font-family: 'Oswald', sans-serif;
}
.espacebut{
margin-top: 20px;
margin-left: 40%;
font-family: 'Oswald', sans-serif;
}
.but{
margin-left: 5px;
}
.grid{
display: grid;
grid-template-columns: 1fr 1fr;
}
.listMenu{
margin-top: 50px;
background-color: rgb(245, 175, 175);
color: black;
font-family: 'Oswald', sans-serif;
}
.listPrice{
margin-top: 50px;
background-color: rgb(191, 192, 189);
color: black;
font-family: 'Oswald', sans-serif;
}
.totalPrice{
font-family: 'Oswald', sans-serif;
background-color: black;
color: white;
}