-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
88 lines (71 loc) · 1.29 KB
/
main.css
File metadata and controls
88 lines (71 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
body {
background: linear-gradient(to right, #273445, #95a3ab, #273445);
}
html, body, h1, h2, h3, h4, h5, h6, a{
font-family:'Conv_iosevka-regular',sans-Serif;
color: #fafafa;
text-decoration: none;
}
hr {
border: none;
height: 1px;
color: #fafafa;
background-color: #fafafa;
}
a {
color: #3689e6;
}
a:hover {
color: #a56de2
}
.w3-bar-item {
color: #fafafa;
}
.w3-content {
background-color: #0e141f;
}
.w3-bar {
background-color: #667885;
}
.w3-col {
background-image: linear-gradient(to bottom right, #273445, #485a6c);
}
#navDemo {
margin-top:46px;
background-color: #273445;
}
#work1 {
background-image: linear-gradient(to bottom right, #cd9ef7, #e4c6fa);
}
#work2 {
background-image: linear-gradient(to bottom right, #a56de2, #cd9ef7);
}
#work3 {
background-image: linear-gradient(to bottom right, #7239b3, #a56de2);
}
#work4 {
background-image: linear-gradient(to bottom right, #452981, #7239b3);
}
iframe {
display: block;
margin: auto;
border: none;
width: 800px;
height: 600px;
}
.youtube {
height: 450px;
}
.resp {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.resp iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}