-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
89 lines (77 loc) · 1.59 KB
/
index.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
#container
{
width:100%;
height: 100%;
}
#header
{
background-color:#696969
width 100%;
height: 30%;
}
#right
{
background-color: #696969;
width: 50%;
height: 40%;
float: right;
}
#left
{
background-color: #696969;
width: 50%;
height: 50%;
}
#left h1{
font-family: "alfa-slab-one";
}
#footer
{
background-color: #696969;
width: 100%;
height: 40%;
}
#header img{width: auto;
height: auto;
}
div full-container{
width:100%;
height:100%;
}
body{
margin: 0;
padding: 0;
}
#box1{
height: 100vh;
width: 100%;
background-image: url(img/i1.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#box2{
height: 100vh;
width: 100%;
background-image: url(img/i2.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#box3{
height: 100vh;
width: 100%;
background-image: url(img/i3.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
h1 {
font-family: arial black;
font-size: 50px;
color:white;
margin: 0px;
text-align: center;
display: table-cell;
vertical-align: middle;
}