-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (47 loc) · 823 Bytes
/
Copy pathstyles.css
File metadata and controls
48 lines (47 loc) · 823 Bytes
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
.body{
width:100%;
height:100%;
margin: 0;
text-align: center;
font-family: sans-serif;
}
.container{
background-repeat: no-repeat;
background-image: url(background.jpg);
background-size: 100% 100%;
width: 100%;
height: 100%;
position: absolute;
}
.overlay{
background-color: rgba(0,0,0,0.85);
width:100%;
height: 100%;
position: absolute;
}
.companyName{
color: white;
font-size: 60px;
position: relative;
width: 100%;
margin:0;
margin-top: 2%;
}
.comingSoon{
color: white;
font-size: 22px;
position: relative;
width: 100%;
font-weight: 100;
margin: 0;
margin-top: 9px;
}
.centerLogo{
background-repeat: no-repeat;
background-image: url(messenger.png);
background-size: 100% 100%;
width: 150px;
height: 150px;
margin: auto;
margin-top: 8%;
}