-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
44 lines (42 loc) · 1.49 KB
/
faq.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
<!DOCTYPE html>
<style>
.beautiful-pink {
color: #FF00CC;
}
h1 {
font-size: 72px;
color: #ffffff;
}
h4 {
color: #ffffff;
}
p {
color: #ffffff;
}
.gen-bg {
background-color: #000000;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<meta lang="en">
<html class="gen-bg">
<head>
<title>FaQ - Strawberry Software</title>
</head>
<body>
<a href="./index.html">
<img src="./img/logo_new_bg.png" alt="Strawberry Software Logo" class="center" height="191" width="425">
</a>
<div style="text-align: center;">
<h1 id="faq" class="beautiful-pink" align="center"> Frequently (and infrequently) asked Questions </h1>
<h4 align="center"> Will you add my political opinion in your games? </h4>
<p align="center"> Depends on the game and your political opinion. I'm already apprehensive of adding politics into my products/games,
and if I do, I will almost certainly keep it within the context of the game, meaning ideologies are not guaranteed
to be represented favorably or objectively. </p>
</div>
</body>
</html>