-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutSolar.html
149 lines (121 loc) · 2.29 KB
/
AboutSolar.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Sign in page(ThinkS.P.A.R.K)">
<meta name="keywords" content="Think,SPARK,ThinkSPARK,Html website">
<meta name="author" content="Divyang Verma">
<title>www.PassWord/THINK.com</title>
<style>
.h1 {
padding: 50px;
text-align: center;
font-size: 100%;
background-color: #00008B;
color: white;
}
body{
border: black solid 10px;
}
label {
display: block;
font: .9rem 'Fira Sans', sans-serif;
}
input[type='submit'],
label {
margin-top: 1rem;
text-align: middle;
}
note{
color: red;
font: .6rem 'Fira Sans', sans-serif;
}
html1{
height:150px;
width: 300px;
}
.button {
border: black 4px;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #00cc96;
width: 130px;
}
.navbar {
overflow: hidden;
background-color: #ff531a;
position: sticky;
right: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
float: left;
display: block;
background-color: #333;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.footer {
left: 0;
width:100%;
height:150px;
bottom: 0;
width: 100%;
background-color: darkgray;
color: white;
text-align: center;
}
.cen {
align: center;
}
-start of thigh-
/* Clear floats after rows */
.row:after {
content: "";
display: table;
clear: both;
}
/* Content */
.content {
background-color: #f2f2f2;
padding: 10px;
}
.column {
width: 250px;
height: 100%;
}
-end of thing-
</style>
</head>
<script>
</script>
<body style="align: center;">
<div class="h1">
<h1>What is Solar?</h1>
</div>
<div class="navbar">
<a href="Home2.html">Go back to home</a>
</div>
<h3>Think.Solar</h3>
<p>Is a search engine made by ThinkS.P.A.R.K ^3. It was devloped by Divyang Verma, In 2020, when he was 10<br>It was finished in 20__, With Divyang, Deetya and much more.</p>
<br><br><br><br><br><br><br><br><br><br><br><br>
<div class=footer>
<br/>Owner of THINK S.P.A.R.K. and this website: Divyang Verma
<br/><i>Contact: +1 123-456-7890.</i>
<br/>Maybe subject to copyright<br/>
</div>
</body>
</html>