-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (86 loc) · 1.74 KB
/
styles.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
.site-content {
background-color: rgb(189, 227, 241)
}
.bg-image-right {
background-image: url("resources/right-side.jpg");
filter: blur(6px);
height: 1120px;
width: 270px;
}
.bg-image-left {
background-image: url("resources/left-side.jpg");
filter: blur(6px);
height: 1120px;
width: 270px;
}
.main-content {
z-index: 2;
background-color: rgba(189, 227, 241, 0.8);
color: white;
border: 1px solid rgba(189, 227, 241, 0.9);
}
.bg-image {
position: fixed;
left: 0;
right: 0;
z-index: -99;
display: block;
background-image: url("resources/server-room.jpg");
width: 2000px;
height: 1124px;
filter: blur(6px);
}
.bg-image-Nathan{
position: fixed;
left: 0;
right: 0;
z-index: -99;
display: block;
background-image: url("resources/FWBG.png");
background-size: 100% auto;
width: 2000px;
height: 1124px;
filter: blur(6px);
}
.bg-image-adam {
position: fixed;
left: 0;
right: 0;
z-index: -99;
display: block;
background-image: url("resources/contactlessBackground.jpeg");
background-size: 100% auto;
width: 2000px;
height: 1124px;
filter: blur(6px);
}
.bg-image-index {
position: fixed;
left: 0;
right: 0;
z-index: -99;
display: block;
background-image: url("resources/index.jpg");
width: 2000px;
height: 1124px;
filter: blur(3px);
}
img{
object-fit:scale-down;
display: block;
max-height: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.bg-image-toby {
position: fixed;
left: 0;
right: 0;
z-index: -99;
display: block;
background-image: url("resources/machineLearning.jpg");
width: 2000px;
height: 1124px;
filter: blur(5px);
}