-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (69 loc) · 1.26 KB
/
style.css
File metadata and controls
81 lines (69 loc) · 1.26 KB
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
.main-title {
font-family:'Lucida Sans Regular';
color: orange;
border: 2px solid rgb(75, 75, 75);
border-radius: 50%;
text-align: center;
font-weight: lighter;
margin-top: 170px;
}
.ul-main li {
list-style: none;
padding: 10px;
font-weight: lighter;
}
.ul-main {
background: #fff;
margin-top: 70px;
margin-left: 100px;
}
.ul-main a {
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
color: black;
font-size: 30px;
font-weight: 300;
}
html {
margin: 0 auto;
width: 600px;
margin-bottom: 30px;
}
p, .recipe-ul li, .recipe-ol li {
color: #4a6f75;
}
img {
width: 550px;
height: auto;
border-radius: 20%;
}
.recipe-subject, .subtitle {
text-align: center;
font-weight: lighter;
}
.back-bottom {
text-decoration: none;
color: orange;
font-weight: bold;
font-size: small;
border-bottom-style:solid;
}
.recipe-subject {
font-weight: bolder;
color: orange;
}
#lasagna {
border-bottom-style:solid;
width: 320px;
border-color: blue;
}
#brusqueta {
border-bottom-style:solid;
width: 320px;
border-color: rgb(238, 3, 42);
}
#harumaki {
border-bottom-style:solid;
width: 320px;
border-color: greenyellow;
}