-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
100 lines (95 loc) · 1.96 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
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
.background{
background-color: #0088fe !important;
}
.upskillbackground{
background-image: url('Icons/background.png');
background-size: cover;
background-repeat: no-repeat;
display: block;
object-fit: cover;
border-radius: 0px;
width: 100%;
height: 55vh;
opacity: 1;
object-position: center 66.72%;
margin-top: 55px;
}
#noteitems{
padding-left: 60px;
font-family: 'Fredoka One', cursive;
color: white;
display: flex;
font-size: 4.5rem;
}
.textContent{
padding-left: 60px;
display: flex;
font-size: 2rem;
color: white;
font-family: 'Oswald', sans-serif;
}
.textHeadContent{
font-family: 'Fredoka One', cursive;
color: white !important;
}
li{
font-size: 1.5rem;
font-weight: bold;
}
.copyright{
font-size: 2.5rem;
font-family: sans-serif;
color: white;
background-color: #0088fe;
}
.logo{
height: 35vh;
margin-top: 50px;
margin-right: 200px;
}
.upskillHeading{
margin-left: 100px;
}
@media screen and (max-width: 800px) {
.upskillHeading{
margin-left: 5px;
}
.textContent{
padding-left: 20px;
display: flex;
font-size: 1.5rem;
color: white;
font-family: 'Oswald', sans-serif;
}
#noteitems{
padding-left: 20px;
font-family: 'Fredoka One', cursive;
color: white;
display: flex;
font-size: 2.5rem;
}
.logo{
height: 20vh;
margin-right: 10px;
margin-top: 100px;
}
}
@media screen and (max-width: 765px) {
.card-img-top {
width: 100%;
height: 40vw;
object-fit: cover;
}
}
@media screen and (max-width: 420px) {
.logo{
height: 10vh;
margin-right: 10px;
padding-top: 20px;
}
}