-
Notifications
You must be signed in to change notification settings - Fork 0
/
FAQ 2 Tekelps.html
204 lines (177 loc) · 4.17 KB
/
FAQ 2 Tekelps.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html>
<head>
<title>FAQ 2 | Tekelps</title>
<link rel="shortcut icon" href="Tekelps Logo.png" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
{margin: 0; padding: 0;}
ul li{list-style: none; display: inline-block; float: center; line-height: 75px;}
ul li a{display: block; text-decoration: none; float: right; font-size: 20px; font-family: calibri;
color: blue; padding: 0 20px;}
ul li a:hover{color: white;}
nav{width: 100%; height: 75px; background-color: turquoise;}
</style>
<b>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Future Tekelps.html">Future</a></li>
<li><a href="Products Tekelps.html">Products</a></li>
<li><a href="All Videos Tekelps.html">All Videos</a></li>
<li><a href="FAQ 1 Tekelps.html">FAQ</a></li>
<li><a href="About Tekelps.html">About</a></li>
</ul>
</nav>
</b>
<style>
img{margin: 20px;}
body{background-image: url("vb.jpg");background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}
p{margin: 20px;}
{tab { margin-left: 40px;}
</style>
<style>
body {
margin: 0px;
}
font-family: Arial, Helvetica, sans-serif;
}
.pad {
padding: 25px;
}
.header {
background-color: lightblue;
color: black;
height: 90px;
font-size: 22pt;
text-align: center;
}
.welcome {
background-color: gray;
color: white;
font-size: 20pt;
text-align: center;
height: 60px;
margin: 0px;
}
.flip-box {
background-color: transparent;
width: 300px;
height: 200px;
border: 1px solid #f1f1f1;
perspective: 1000px;
}
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
transform: rotateX(180deg);
}
.flip-box-front, .flip-box-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front {
background-color: #bbb;
color: black;
}
.flip-box-back {
background-color: dodgerblue;
color: white;
transform: rotateX(180deg);
}
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button2:hover {
background-color: #008CBA;
color: white;
}
</style>
</head>
<body>
<div class="header pad">
<button onclick="typeWriter()">Click me</button>
<p id="title"></p>
<script>
var i = 0;
var txt = 'FAQ 2';
var speed = 60;
function typeWriter() {
if (i < txt.length) {
document.getElementById("title").innerHTML += txt.charAt(i);
i++;
setTimeout(typeWriter, speed);
}
}
</script>
</div>
<div>
<p class="welcome">
<marquee>Over the years, technology has revolutionized our world and daily lives. Additionally, technology for seniors has created amazing tools and resources, putting useful information at our fingertips.</marquee>
</p>
</div>
</br>
</br>
</br>
<center>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<h2>What are 5 advantages of technology?</h2>
</div>
<div class="flip-box-back">
<h4>Ease of Access to Information, Saves Time, Ease of Mobility, Better Communication Means, and Cost Efficiency.</h4>
</div>
</div>
</center>
<button class="button button1"onclick="window.location.href = 'FAQ 1 Tekelps.html';">Back</button>
</br>
<button class="button button2"onclick="window.location.href = 'FAQ 3 Tekelps.html';">Next Question</button>
<style>
body {
color: white;
font-size: 20pt;
}
</style>
</br>
</div>
<style>
body {
font-size: 18pt;
}
</div>
</style>
</body>
</html>