-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (77 loc) · 3.34 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bitcoin website replica</title>
<link rel="stylesheet" href="first.css">
</head>
<body>
<header>
<div class="container">
<div class="logo" id="item1"><img src="https://bitcoin-master.netlify.app/images/bitcoin.png" alt="logo of bitcoin"></div>
<div class="item" id="item2"><p>HOME</p></div>
<div class="item" id="item3"><p>ABOUT US</p></div>
<div class="item" id="item4"><p>PLATFORM</p></div>
<div class="item" id="item5"><p>CONTACT US</p></div>
<div class="item" id="item6"><p><button id="log">LOG IN</button></p></div>
</div>
</header>
<p id="bitcoin" align="right"> <img src=" https://bitcoin-master.netlify.app/images/Bitcoin-2.jpg" alt="bitcoin image" height="400px" width="650px"></p>
<div class="content">
<h1 class="heading">Buy Bitcoin</h1>
<p>Lorem Ipsum Dolor Sit Amet Consectetur Adipisicing Elit. Ut Enim Fuga, Repudiandae Ex Sunt Assumenda Ea Iusto Nulla Maxime Tenetur Temporibus Fugiat Optio Voluptatibus Tempore At Debitis Delectus Sequi Veritatis Ipsa Molestiae Amet Aperiam? Assumenda Ipsam Nisi Ipsa Consequatur Aperiam Asperiores, Facere, Consequuntur Molestias Quasi Repudiandae Rem Non Corrupti Perferendis?</p>
<button id="ninja">buy bitcoin</button>
</div>
<div class="lastline">
<h1>Platforms</h1>
<p>The Best Crypto Exchanges For 2022: Binance,Wazirx,Coinbase</p>
</div>
<div class="badadabaa">
<div class="box">
<img src="https://bitcoin-master.netlify.app/images/Binance-Vertical-Logo.wine%20(1).svg" height="81px"
width="104px">
<h1> Go To Binance</h1>
<p>Binance Cryptocurrency Exchange - We Operate The Worlds Biggest Bitcoin Exchange And Altcoin Crypto Exchange In The World By Volume.</p>
<button class="crypto">Binance</button>
</div>
<div class="box">
<img src=" https://image.shutterstock.com/image-vector/coinba…currency-exchange-vector-logo-600w-1643921188.jpg"height="96px"
width="104px">
<h1> Coinbase</h1>
<p>Coinbase Is A Secure Online Platform For Buying, Selling, Transferring, And Storing Cryptocurrency.</p>
<button class="crypto"> Coinbase</button>
</div>
<div class="box">
<img src=" https://images.news18.com/ibnlive/uploads/2021/06/1623400286_waazirx.jpg" height="76px"
width="104px">
<h1>Wazirx </h1>
<p>WazirX Is India's Most Trusted Bitcoin & Cryptocurrency Exchange ... Buy, Sell & Trade Bitcoin, Ethereum, Ripple, Litecoin And More Cryptocurrencies In India.</p>
<button class="crypto">WazirX</button>
</div>
</div>
<footer>
<div class="foot">
<div class="child">
<h2>Quick Links</h2>
<p>Home</p>
<p>Features</p>
<p>Download</p>
<p>Contact</p>
</div>
<div class="child">
<h2>Contact Info</h2>
<p>+123-456-789</p>
<p>[email protected]</p>
</div>
<div class="child">
<h2> Follow Us</h2>
<p>Facebook</p>
<p>Twitter</p>
<p>Instagram</p>
</div>
</div>
</footer>
</body>
</html>