-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (43 loc) · 1.23 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
<!DOCTYPE html>
<head>
<style>
header {
text-align: center;
background: url("http://orig02.deviantart.net/dfbb/f/2013/195/b/4/free_rainbow_bg_by_kapoon_loves_you-d6dh28s.png");
background-size: contain;
}
a {
color: white;
}
h1 {
font-size: 70px;
}
ul {
padding: 0px;
background: black;
}
li {
display: inline;
padding: 0px 2px 0px 2px;
}
</style>
</head>
<body>
<header>
<h1>LGBTQ site</h1>
<ul>
<li><a href="page1.html">Sexualities</a></li>
<li><a href="quiz.html">Quiz</a></li>
<li><a href="page3.html">Genders</a></li>
<li><a href="map.html">Find safe spaces and resources near you</a></li>
</ul>
</header>
<article>
<h2>Whats it about</h2>
<p>This is a website about LGBTQ genders and sexual prefrences. you can click on the words and they will pop up and tell you what they are. Behind the discriptions are the offical flags that represent the gender and/or sexuality.
Some stuff about me:
I love to code and learn new things and i am in the LGBTQ community and wanted to tell others about it. Lots of people are confused by what the diffrent genders and sexualites are so i gave them a kind of dictionary for it.
.</p>
</article>
</header>
</body>