-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
119 lines (103 loc) · 1.48 KB
/
style1.css
File metadata and controls
119 lines (103 loc) · 1.48 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
margin: 0 0 0 0;
}
video {
object-fit: fill;
position: absolute;
height: 100%;
width: 100%;
overflow:hidden;
z-index: -1;
}
ul {
list-style-type: none;
}
ul li {
display: inline;
padding: 15px;
}
img {
margin-top: 80px;
}
.transBox {
position: fixed;
height: 65px;
width: 100%;
background-color: rgba(0,0,0,0.4);
top: 0%;
color: #ffffff;
transition: background-color 0.4s;
border-bottom: none;
}
.videoContainer {
position: relative;
height: 600px;
}
.container {
font-family: "Arial";
z-index: 1;
}
.greenButton {
background-color: #00c96d;
color: #ffffff;
width: 150px;
height: 40px;
font-size: 15px;
word-spacing: 5px;
right: 0%;
top: 0%;
}
.buttonStyle1 {
border: 0;
border-radius: 2px;
font-weight: bold;
position: fixed;
margin: 1%;
padding: 1%;
}
.transButton {
background-color: rgba(255,255,255,0.7);
margin-left: 44%;
margin-top: 30%;
width: 150px;
height: 40px;
top: 0%;
color: #ffffff;
font-family: "Arial";
font-size: 16px;
word-spacing: 5px;
}
.buttonStyle {
border: 0;
border-radius: 2px;
font-weight: bold;
position: absolute;
}
.header {
margin-top: 20%;
font-size: 60px;
font-weight: bold;
position: absolute;
width: 100%;
text-align: center;
text-transform: uppercase;
top: 0%;
color: #ffffff;
}
.navBar {
font-size: 15px;
text-align: center;
position: relative;
margin: 1%;
padding: 1%;
top: 0%;
}
.projects {
text-align: center;
}
.alignRight {
margin-right: 40px;
}
.alignLeft {
margin-left: 40px;
}