-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (62 loc) · 1.23 KB
/
style.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
body, html {
height: 100%;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}
.background {
/* The image used */
/*background-image: url("DSC_0661.JPEG");
background-image: url("DSC_0689.JPEG");
*/
background-image: url("DEV1_05.JPEG");
opacity:1.;
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.maincontent {
position: relative;
top: 10%;
width: 100%;
text-align: center;
color: #000;
}
.maincontent .windowwitdth {
background-color: #2168;
color: #fff;
padding: 18px;
font-size: 25px;
letter-spacing: 15px;
}
.maincontent .container {
max-width: 800px;
display: inline-flex;
align-items: center;
justify-content: center
border: 2px solid black;
}
.maincontent .description {
background-color: #6666CC99;
color: #fff;
padding: 18px;
font-size: 16px;
letter-spacing: 3px;
}
.button {
background-color: #666699BB;
color: #fff;
font-size: 16px;
letter-spacing: 3px;
text-decoration: none;
padding: 10px 10px;
display: block;
min-width: 100px;
}
.maincontent table {
border-spacing: 10pt 10pt;
border-collapse: separate;
}