-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLearnEnglish.css
116 lines (97 loc) · 1.74 KB
/
LearnEnglish.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
114
115
116
#header {
position: fixed;
top: 0px;
width: 100vw;
height: 75px;
text-align: center;
background-color: #50166b;
}
#about-us .jumbotron h1 {
font-family: 'Times New Roman';
}
.navbar-brand {
color: white;
letter-spacing: .2em;
font-family: 'Raleway';
font-size: 25px;
}
.navbar-toggler-icons {
border: 2px #443226 solid;
padding: 25px;
}
#navbarSupportedContent {
background-color: #50166b;
}
#header .custom-navbar a {
background-color: #50166b;
}
.nav-item a {
color: white;
}
#about-us .jumbotron {
color: white;
background-color: #555555;
font-family: 'Orbitron';
text-shadow: 1px 0 10px black;
height: 95vh;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
@media (min-width: 300px) {
#about-us .jumbotron {
background-image: url('bg-mob.jpg');
background-repeat: no-repeat;
background-size: cover;
}
}
@media (min-width: 750px) {
#about-us .jumbotron {
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
}
#about-us .jumbotron a {
background-color: #2355c4;
}
footer {
background-color: #383737;
color: white;
position: absolute;
width: 100%;
}
#footer p {
margin: 0;
padding: 10px;
text-align: center;
}
#partofspeech {
text-align: center;
font-size: 55px;
font-style: bold;
}
#def, #m {
text-align: center;
font-size: 35px;
font-family: 'Ariel';
}
#team {
display: none;
}
#f {
font-family: 'Sacramento';
}
.lead img {
height: 150px;
width: 150px;
border-radius: 50%;
}
section {
height: 100vh;
padding-top: 75px;
}
div#loading {
display: none;
}