-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusingcss.html
More file actions
46 lines (33 loc) · 962 Bytes
/
usingcss.html
File metadata and controls
46 lines (33 loc) · 962 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RazorPay</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<img src="./images/logo-803a4a65.svg" alt="">
</div>
<div class="items">
<div class="container">
<div class="box">Payments</div>
<div class="line"></div>
</div>
<div>Banking</div>
<div>Payroll</div>
<div>Partners</div>
<div>Resources</div>
<div>Support</div>
<div>Pricing</div>
</div>
<div class="right">
<img src="./images/india-flag-c53e77cb.svg" alt="">
<button>Log in</button>
<button>Sign Up</button>
</div>
</div>
</body>
</html>