-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSS
96 lines (95 loc) · 1.56 KB
/
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
body {
background-color: Black;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
marquee {
color: White;
font-family: Algerian;
font-size: 55;
text-decoration: underline;
background-color: Black;
}
marquee:hover {
color: black;
background-color: white;
}
.button {
border: none;
color: white;
padding: 8px 30px;
text-align: center;
text-decoration: underline;
text-decoration-color: white;
display: inline-block;
font-size: 16px;
margin: 4px 10px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: Black;
color: White;
border: 2px solid White;
font-family: Agency FB;
text-align: center;
font-size: 24;
}
.button1:hover {
background-color: White;
color: Black;
text-decoration-color: Black;
border: 2px solid White;
}
th{
border:1px solid white;
color: white;
font-family: Comic Sans MC;
font-size: 25;
padding: 8px 30px;
text-decoration: underline;
text-decoration-color: white;
}
th:hover {
color: black;
background-color: white;
text-decoration-color: black;
}
table {
border:1px solid white;
margin-top: 50px;
margin-bottom: 50px;
}
.English {
width: 70%;
display: no;
}
.French {
width: 70%;
display: none;
}
.Spanish {
width: 70%;
display: none;
}
.German {
width: 70%;
display: none;
}
.Portuguese {
width: 70%;
display: none;
}
.Hindi {
width: 70%;
display: none;
}
.Russian {
width: 70%;
display: none;
}
.Chinese {
width: 70%;
display: none;
}