-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.html
26 lines (26 loc) · 1.22 KB
/
new.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="ie-edge">
<title>Alignment</title>
<link rel="stylesheet" href="food.css">
</head>
<body>
<div class="card">
<img src="https://images.unsplash.com/photo-1586190848861-99aa4a171e90?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8YnVyZ2VyfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60" alt="error occured" width="190" height="100">
<h3>VEG BURGER</h3>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Odit, consequuntur.
</p>
</div>
<div class="flexbox">
<img src="https://media.istockphoto.com/id/1385417681/photo/fresh-spring-garden-salad-in-light-and-bright-environment.jpg?b=1&s=170667a&w=0&k=20&c=sFpvvbByKUdVRCKhmoIY-pW-DXBfB2YBr1ZBjSMdBN0=" alt="error occured" width="190" height="100">
<h3>GREEN SALAD</h3>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Odit, consequuntur.
</p>
</div>
</body>
</html>