-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
104 lines (91 loc) · 1.29 KB
/
Copy pathstyles.css
File metadata and controls
104 lines (91 loc) · 1.29 KB
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
@import <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">;
.header {
background: #2D3445;
color: white;
font-size: 30px;
left:0px;
right:0px;
}
#jovan {
font-family:Roboto, sans-serif;
bottom:1px;
padding-left: 30px;
}
.sticky{
position: fixed;
top:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.btn{
color:white;
background-color: black;
font-family:Roboto;
font-size:20px;
}
#drop{
top:20px;
}
#top{
height:600px;
display: none;
background-image: url("jovan1.jpeg");
background-position: center;
color:white;
left:0px;
right:0px;}
#topcont{
position:absolute;
top: 0px;
left: 1%;
width: 900px;
font-family:Roboto;
}
#icons{
position:relative;
top: 5px;
}
.fa{
color:white;
}
#desc{
font-size: 20px;
}
#connect{
position:relative;
bottom:20px;
font-family:Roboto;
}
@media screen and (max-width: 768px) {
#top{
height: 0px;
}
#jovan{
font-size: 25px;
bottom: 13px;
}
.header{
height:40px;
}
#connect{
display:none;
}
.fa{
bottom: 20px;
padding-right:50px;
}
#drop{
display:none;
}
#top{
color: black;
display:unset;
position:relative;
}
#topcont{
width:90%;
}
}