-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (120 loc) · 2.56 KB
/
Copy pathstyle.css
File metadata and controls
127 lines (120 loc) · 2.56 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body{
margin: 0;
padding: 0;
background-size: cover;
background:url("BM1.frnd");
}
.navbar{
display: flex;
justify-content: space-between;
padding: 0px 50px 0px 50px;
height: 100px;
align-items: center;
color: whitesmoke;
}
.links{
display: flex;
list-style: none;
gap: 40px;
color: whitesmoke;
}
.nav-1{
display: flex;
align-items: center;
gap: 280px;
color: whitesmoke;
}
.logo{
color:whitesmoke;
font-size: 50px;
font-weight: 650;
font-style: italic;
text-decoration: underline;
}
.links li{
font-size: 19px;
color: whitesmoke;
}
.icons{
display: flex;
gap: 30px;
color: whitesmoke;
}
.hero{
display: flex;
align-items: center;
gap: 20px;
margin-top: 0px;
color: whitesmoke;
}
.left{
display: flex;
flex-direction: column;
padding: 180px;
align-items: start;
color: whitesmoke;
}
.left1{
font-size: 25px;
font-style: italic;
color: whitesmoke;
}
.left2{
font-size: 80px;
font-weight: 550;
color: whitesmoke;
}
.left3{
font-size: 22px;
font-style: italic;
margin-bottom: 10px;
color: whitesmoke;
}
.left4{
border: 4px solid whitesmoke;
padding: 5px 15px;
border-radius: 20px;
}
.food {
border: 5px solid whitesmoke;
border-radius: 70%;
}
#food {
background: url(https://img.freepik.com/free-photo/view-3d-delicious-looking-burger_23-2150914711.jpg);
width: 300px;
height: 300px;
margin-top: 0%;
background-size: cover;
}
.items{
display: flex;
padding-left: 150px;
gap: 30px;
}
#food1,
#food2,
#food3,
#food4{
border: 2px solid black;
width: 160px;
height: 160px;
border-radius: 50%;
color: blue;
border: 5px solid whitesmoke;
}
#food1{
background: url(https://c4.wallpaperflare.com/wallpaper/234/543/684/food-pizza-wallpaper-preview.jpg);
background-size: cover;
}
#food2{
background: url(https://images.unsplash.com/photo-1585032226651-759b368d7246?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8bm9vZGxlc3xlbnwwfHwwfHx8MA%3D%3D);
background-size: cover;
}
#food3{
background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLQzQqVBk7LmMbMSaEuRy3AkVv1lyGqThm4Q&s);
background-size: cover;
}
#food4{
background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShwnj57-x3fpKBarH7AU0zXVO695ka8-kAdA&s);
background-size: cover;
}