-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (117 loc) · 2.59 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WEB AWESOME</title>
<style>
header{
display: flex;
padding: 10px;
margin: 10px;
margin-top: -5px;
background-color: rgb(202, 195, 195);
font-family: sans-serif;
}
div{
padding: 10px;
margin: 10px;
list-style: none;
font-size: large;
font-family: sans-serif;
}
.container{
height: 100px;
width: 85%;
border-radius: 20px;
display: flex;
margin: 10px,auto;
background-color: rgb(251,90,62);
color: white;
font-family: sans-serif;
}
.container button{
margin-left: 100px;
width: 170px;
height: 50px;
margin-top: 20px;
border-radius: 10px;
font-weight: bold;
color: rgb(9,9,86);
font-family: sans-serif;
box-shadow: 0px,7px rgb(9,9,86);
}
h1{
color: black;
text-align: center;
font-weight: bold;
font-size: 50px;
font-family: sans-serif;
}
.web{
color: goldenrod;
font-family: sans-serif;
}
.tall{
text-align: center;
font-size: larger;
}
span {
color: #000;
font-weight: bold;
}
.hello{
color:white;
}
.button button{
width: 200px;
height: 55px;
margin-top: 20px;
border-radius: 10px;
font-weight: bold;
color: rgb(9,9,86);
border: 2px solid rgb (9,9,86);
box-shadow: 0px,7px,rgb(9,9,86);
}
.button{
margin-left: 400px;
}
</style>
<header>
<div id="starter">
<i class="fa-brands fa-font-awesome" style="color: #43acfc;"></i>
</div>
<div>Start</div>
<div><i class="fa-brands fa-font-awesome" style="color: #43acfc;"></i></div>
<div>Icons</div>
<div>Docs</div>
<div>Plan</div>
<div>Support</div>
<div>Podcost</div>
</header>
<div class="container">
<img src="https://png.pngtree.com/png-vector/20230102/ourmid/pngtree-black-crown-icon-png-image_6549166.png" alt="crown">
<span class="hello">
Say Hello To Web AWESOME </span>
<p>,The biggest and best library of open source web component.</p>
<button>
<i class="fa-solid da-clock"></i>
"Pre order today"</button>
</div>
<h1>
Take hassle out of Icons
<br>
In Your
<span class="web">Website.</span>
</h1>
<p class="tall">
<span >Font Awsome</span>
Is the Internat's icon library and toolkit, used by
<br>
Million of designer, content creator, and developers.
</p>
</p>
<div class="button">
<button>Start for Free</button>
<button style="background-color: rgb(242,219,89);">Get more with pro</button>
</div>