-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
72 lines (60 loc) · 1.27 KB
/
Style.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body{
margin: 0;
background-image: url("https://t4.ftcdn.net/jpg/02/12/34/87/360_F_212348726_9aFVfkGDmtghn72luc5zIGpOJgQcuEVu.jpg")
}
header {
background-color: rgba(36, 36, 36, 0.452);
color: rgb(241, 237, 237);
padding: 3rem 2rem;
border-bottom: 5px solid rgb(5, 39, 7);
}
h1{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
text-align: center;
font-size: 50px;
margin: auto 0;
}
p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#Fullbtn{
background-color: rgb(8, 94, 23);
color: white;
border-radius: 20%;
padding: 1rem 1rem;
font-family: Georgia, 'Times New Roman', Times;
}
div {
display: flex;
justify-content: center;
}
.content{
background-color: rgb(54, 54, 54);
color: aliceblue;
}
iframe{
min-width: 100%;
min-height: 500px;
}
footer{
background-color: rgb(32, 32, 32);
color: white;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
h2{
color: white;
}
#data{
width: 100%;
height: 100%;
display: flex;
}
a{
color: white;
}