-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.04 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
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<!-- Shivang Ramola -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tata Consultancy Services</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<section>
<p>SERVICES</p>
<article>
<h1>Transform your business with advanced technologies</h1>
<div class="boxesContainer">
<div class="one box">
<span></span>
<h2>Artificial Intelligence</h2>
</div>
<div class="two box">
<span></span>
<h2>Cloud</h2>
</div>
<div class="three box">
<span></span>
<h2>Cognitive Business Operations</h2>
</div>
<div class="four box">
<span></span>
<h2>Consulting</h2>
</div>
</div>
</article>
<div class="btn"><button>View all topics ↓</button></div>
</section>
</body>
</html>