-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
39 lines (37 loc) · 1.4 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
<!doctype html>
<!-- ID: 0432410005101007 -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dos Dale</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Questrial&display=swap"
rel="stylesheet"
/>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="box1"></div>
<div id="container">
<img id="big" src="img/biggest.png" alt="" />
<img id="calendar" src="img/calendar.png" alt="" />
<div id="text-container">
<p id="pretitle"><b> SERVICES</b></p>
<p id="title">Solutions designed for all your needs</p>
<p id="talk">
Coworking is an arrangement in which workers of different companies
share an office space, allowing cost savings and convenience through
the use of common infrastructures, such as equipment, utilities, and
receptionist and custodial services, and in some cases refreshments
and parcel acceptance services.
</p>
<button id="button1">View Availability</button>
<button id="button2">3D Tour of Space</button>
</div>
</div>
<img id="cng" src="img/change.png" alt="" />
</body>
</html>