-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (79 loc) · 2.69 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
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
body{
background-color: #222222;
cursor:url("https://img.icons8.com/bubbles/50/000000/electrified-cursor.png"),default;
}
.valobg{
background-color: #222222;
}
.textcenter{
text-align: center;
}
.font-page{
font-family: 'Righteous', cursive;
}
.font-white{
color: white;
}
h1{
font-size:420%;
}
.jumbotron{
background-image: url(img/3037905.jpg);
background-size: 100%;
background-repeat: no-repeat;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
@media (max-width: 908px) {
.jumbotron{
background-image: url(img/valoimg2.jpg);
background-blend-mode: darken;
background-size: 100%;
background-repeat: no-repeat;
background-color: #FE4553;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
}
.blue{
color: aqua;
}
.valocolor{
color: #FF4654;
}
.whitebg{
background-color: #8DEFF6;
}
#collab{
color: white;
}
.ul{
border-bottom: 4px solid white;
padding-bottom: 3px;
}
.normalfont{
font-size: 140%;
}
nav{
background-color: #222222;
}
.smallfont{
font-size: 58%;
}
.verysmallfont{
font-size:140%;
}
.veryverysmall{
font-size:100% !important;
}
#instalogo{
position: relative;
bottom: 3px;
}
#linkedinlogo{
position: relative;
bottom: 8px;
}
.p{
padding-bottom: 3px;
}