-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
53 lines (47 loc) · 770 Bytes
/
main.css
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
*
{
margin: 0;
padding: 0;
}
body
{
background-image: url(56885211_2327666603959984_2680367610578599936_n.jpg);
height: 100vh;
background-size: cover;
background-position: center;
}
.btn-one
{
font-family: "Roboto", sans-serif;
font-size: 30px;
margin-right: 10px;
text-decoration: none;
border: 2px solid white;
position: absolute;
padding: 0px 0px;
color: white;
}
.next
{
float: right;
list-style: none;
margin-top: 2px;
}
.btn-two
{
color: white;
text-decoration: none;
padding: 0px 0px;
font-family: "Roboto", sans-serif;
font-size: 30px;
border: 2px solid white;
}
.maintext
{
margin-left: 200px;
}
h1
{
color: black;
font-family: "Roboto", sans-serif;
}