-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain_css.css
More file actions
90 lines (77 loc) · 1.14 KB
/
Copy pathmain_css.css
File metadata and controls
90 lines (77 loc) · 1.14 KB
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
body {
padding: 0px;
margin: 0px;
background: white;
}
.background {
position: relative;
width: 100%;
height: 1000px;
overflow: hidden;
margin-bottom: 500px;
}
.background video {
width: 100%;
height: 1200px;
position: relative;
}
#menu1 {
top: 10%;
margin-left: 800px;
font-size: 35px;
position: absolute;
}
#menu2 {
top: 10%;
position: absolute;
margin-left: 1000px;
float: left;
font-size: 35px;
}
#menu3 {
top: 10%;
position: absolute;
margin-left: 1200px;
float: left;
font-size: 35px;
}
#menu4 {
top: 10%;
position: absolute;
margin-left: 1500px;
float: left;
font-size: 35px;
}
#img {
margin-left: 200px;
width: 200px;
height: 130px;
position: absolute;
}
.photo {
position: absolute;
border: thin;
top: 6%;
width: 100%;
height: 130px;
background: gray;
background-color: rgba(255, 255, 255, 0.5);
}
.phototop {
position: absolute;
border: thin;
top: 0%;
background: gainsboro;
width: 100%;
height: 60px;
}
#top4 {
position: absolute;
margin-left: 1770px;
font-size: 18px;
}
#top5 {
position: absolute;
margin-left: 1840px;
font-size: 18px;
}