-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.css
55 lines (48 loc) · 977 Bytes
/
Home.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
#bg {
height: 10%;
/* max-height: 70%; */
width: 100%;
/* max-width: 100; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.home-container {
position: relative;
color: black;
}
.home-title {
position: absolute;
top: 50px;
left: 50px;
font-size: 100px;
font-style: bold;
}
.home-heading {
position: absolute;
top: 185px;
left: 50px;
font-size: 30px;
font-style: italic;
}
.home-heading-2 {
position: absolute;
top: 225px;
left: 50px;
font-size: 30px;
font-style: italic;
}
div.transbox {
border-bottom: 5px solid black;
filter: alpha(opacity=60);
}
.img-responsive1 {
border-top: 3px solid black;
border-left: 3px solid black;
border-right: 3px solid black;
border-bottom: 3px solid black;
}
.home-color {
background-color: black;
color: black;
}