-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.33 KB
/
index.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
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flex Card</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="box" id="abhishek">
<img class="img1" src="../Images/environment-earth-day-hands-trees-growing-seedlings-bokeh-green-background-female-hand-holding-tree-nature-field-gra-130247647.jpg" alt="">
<h2>Seamlessly visualize quality</h2>
<p>collaboratively administrate empowered markets via plug and play networks.</p>
<button class="button">Read More</button>
</div>
<div class="box" id="abhi">
<img class="img1" src="../Images/istockphoto-517188688-612x612.jpg" alt="">
<h2>Completely synergize</h2>
<p>Dramatically engage seamlessly visualize quality intellectual capital without superior collaboration and idea sharing.</p>
<button class="button">Read More</button>
</div>
<div class="box" id="abhishek">
<img class="img1" src="../Images/tree-736885__480.jpg" alt="">
<h2>Dynamically Procrastinate</h2>
<p>Completely synergize resource taxing relationships via premier niche markets.</p>
<button class="button">Read More</button>
</div>
</div>
</body>
</html>