-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
62 lines (62 loc) · 1.14 KB
/
styles.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
ul div {
padding-top: 20px;
font-size: 20px;
}
a img{
width: 70px;
}
.headcontainer {
display: flex;
justify-content:space-around;
}
.headcontainer div h1 {
font-size: 60px;
}
.ricette{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.titoli {
display: flex;
justify-content: space-around;
border: 3px solid rgb(174, 216, 255);
border-radius: 7px;
width: 900px;
height: 50px;
align-items: center;
background-color: rgb(174, 216, 255);
}
.titolilogo {
display: flex;
justify-content: space-around;
border: 3px solid rgb(174, 216, 255);
border-radius: 7px;
width: 900px;
height: 250px;
align-items: center;
}
.titolilogo img
{
width: 200px;
}
.lasagnatop, .pizzatop, .carbonaratop {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(174, 216, 255);
height: 250px;
}
.lasagnatop img{
width: 150px;
}
.pizzatop img{
width: 150px;
}
.carbonaratop img{
width: 150px;
}
.ingredienti, .procedimento, .description {
border-bottom: solid 2px black;
}