forked from ArchanRD/amazon-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog1.html
98 lines (74 loc) · 3.47 KB
/
blog1.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
95
96
97
98
<!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>Blogs</title>
<link rel="stylesheet" href="blog1.css">
</head>
<body>
<div class="wrap">
<div class="black">
<div class="head">
<span class="head-2 padding "><a class="link" href="#">Home</a></span>
<span class="head-2 padding "><a class="link" href="#"> About</a></span>
<span class="head-2 padding "><a class="link" href="#">Reach Me</a></span>
</div>
<div class="header">
<h3 class="monsterat">Hey! Welcome to</h3>
<h1 class="archan">Archan's Blog</h1>
<h4 class="monsterat">For more blogs check the website</h4>
</div>
</div>
<div class="white">
<h1 class="apple gradient">Apple</h1>
<div>
<img class="img" src="logo (2).jpg" alt="image">
<p class="para">Amazon.com, Inc. is an American multinational technology company which focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence. It is one of the Big Five companies in the U.S. information technology industry,
along with Alphabet (Google), Apple, Meta (Facebook), and Microsoft.</p>
<br>
</div>
<div class="hr1">
<hr>
</div>
<div class="hr2">
<hr>
</div>
</div>
<div class="hr3">
<hr>
</div>
<div class="flexbox">
<div class="container">
<img src="ios.webp" alt="">
<h1>Know About IOS 15</h1>
<p>So finally iOS 15 has been announced at WWDC 2021. After last year iOS 14 update which introduced Widgets and an App Library to the iPhone. This year it was just refinements to some apps and it was more towards to make our life easy and
secure with iOS 15.</p>
<a href="#">
<button class="btn">Read More</button>
</a>
</div>
<div class="container">
<img src="i13.webp" alt="">
<h1>Iphone 13/13Pro/Pro Max</h1>
<p>The iPhone 13 and iPhone 13 Mini (stylized as iPhone 13 mini) are smartphones designed, developed, marketed, and sold by Apple Inc. They are the fifteenth generation of iPhones (succeeding the iPhone 12 and iPhone 12 Mini).Pre-orders for
the iPhone 13 and iPhone 13 Mini began on September 17, 2021.</p>
<a href="#">
<button class="btn">Read More</button>
</a>
</div>
<div class="container">
<img src="wallpaper.jpg" alt="">
<h1>Iphone 13/Pro wallpapers</h1>
<p>The new iPhone 13 Pro and 13 Pro Max wallpapers match the colors of the new iPhones themselves. The wallpapers are available in four different variations dark gray, gold, silver, and blue to match the graphite, gold, silver, and sierra
blue color options for the iPhone 13 Pro and Pro Max.</p>
<a href="#">
<button class="btn">Read More</button>
</a>
<br>
</div>
</div>
</div>
</body>
</html>