-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
113 lines (91 loc) · 1.82 KB
/
index.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
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
.privacypolicytext {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.buttons {
color: inherit;
text-align: right;
margin-right: auto;
margin-top: 10px;
}
.title {
text-align: center;
font-weight: bold;
font-size: 35px;
color: red;
font-family: 'Courier New', Courier, monospace;
}
.slogan {
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.privacypolicytitle {
text-align: center;
}
.highlight {
font-family: 'Courier New', Courier, monospace;
background-color: red;
}
.title1 {
font-family: 'Courier New', Courier, monospace;
text-align: center;
}
button {
height: 35px;
width: 150px;
}
del {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a {
color: inherit;
}
nav {
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-end;
gap:1rem;
line-height:1.3;
}
body {
background-color: black;
}
h2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: red;
font-size: x-large;
font-weight: bolder;
margin-top: 10px;
}
h1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: red;
font-size: x-large;
font-weight: bolder;
margin-top: 10px;
}
p {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
}
footer {
color: white
}
button {
border-color: gray;
background-color: yellow;
color: red;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-radius: 10px;
}
img {
width: 100px;
border-radius: 15px;
}
body {
margin-top: 30px;
}
h3 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}