-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem2.html
More file actions
77 lines (66 loc) · 3.33 KB
/
problem2.html
File metadata and controls
77 lines (66 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
.main{
width:70%;
display:flex;
margin:auto;
margin-top:40px;
}
div>div{
margin-top:20px
}
.main>div{
width:30%;
margin:auto;
}
.main>div>img{
width:100%;
}img+h2{
line-height: 30px;
width:260px;
text-align: center;
margin:auto;
margin-top: 20px;
}
img+h2+p{
margin-left: 30px;
color:grey;
margin-bottom:100px;
}
.main:nth-child(2){
margin-top:35px
}
</style>
</head>
<body>
<div class="main">
<div>
<img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>UK and US join forces to strike back in cyber space </h2>
<p> | TECHNOLOGY </p>
</div>
<div> <img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>Lady Ganga took personal trauma into Gucci role </h2>
<p> | ENTERTAINMENT & ARTS </p></div>
<div> <img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>The mothers using Instagram to offer advice to new mums and dads </h2>
<p> | BUSINESS </p></div>
</div>
<div class="main">
<div>
<img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>'I've seen irreversible change but hope too for planet' </h2>
<p> | SCIENCE & ENVIRONMENT </p>
</div>
<div> <img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>Full force of Covid hitting Germany,warns Merkel </h2>
<p> | EUROPE </p></div>
<div> <img src="https://th.bing.com/th/id/R.6afc61b50aabe45a2e6c68eae2c217ba?rik=L2W0YWncfjZBVA&riu=http%3a%2f%2fwww.shutterstock.com%2fblog%2fwp-content%2fuploads%2fsites%2f5%2f2016%2f03%2ffall-trees-road-1.jpg&ehk=KA%2bzFrmYoWsdK4k7v%2fgfNkd1T2rdnNtpF5ICdLIxAeM%3d&risl=&pid=ImgRaw&r=0" alt="Error">
<h2>Baby elephant dies after losing half its trunk </h2>
<p> | ASIA </p></div>
</div>
</body>
</html>