-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROFIX_HOME.css
107 lines (80 loc) · 1.87 KB
/
PROFIX_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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body{background-color: pink;
overflow-x: hidden;
}
#drop{float: right;
margin-top: 30px;
margin-right: 70px;
font-size: 2em;}
.panel{border: 2px solid white;
color: white;
background-color: rgba(0,0,0,1);
position: relative;
z-index: 1;
width: 94vw;
height: 300px;
float: right;
margin-right: 70px;
margin-top: 10px;
transition: all 200ms ease-in-out;
opacity: 0.7
}
.logo{border: 2px solid white;
width: 15vw;
height: 15vw;
margin-left: 42.5vw;
margin-top: 7.5vw;
transition: all 300ms ease-in-out;
background-color: #999999;
position: fixed;
z-index: 1;
}
.background{width: 102vw;
height:15vw;
background-color: #cccccc;
transition: all 300ms ease-in-out;
position: fixed;
z-index: 1;
border: 2px solid white;
}
.testbg{width: 100vw;
height:10vw;
border: 2px solid white;
background-color: #cccccc;
transition: all 300ms ease-in-out;
position: fixed;
z-index: 1;}
.test{margin-left: 5vw;
margin-top: 2.5vw;
border: 2px solid white;
width: 5vw;
height: 5vw;
transition: all 300ms ease-in-out;
background-color: #999999;
position: fixed;
z-index: 1;}
.circle {
width: 8vw;
height: 8vw;
border-radius: 50%;
font-size: 4em;
color: #fff;
line-height: 2em;
text-align: center;
background: #666666;
opacity: 0.9;
}
.circle h4{color:red;
z-index: 0;}
#c1{float: left;
margin-left: 19.5vw;
}
#c2{float: left;
margin-left: 19.5vw;}
#c3{float: left;
margin-left: 19.5vw;}
.fix{position: fixed;
z-index: 0;}
.section-1{border: 1px solid black;
background-color: #008B8B;
position: relative;
}