-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.css
157 lines (135 loc) · 2.11 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
* {
margin: 0;
padding: 0;
}
<!--css file added-->
#container{
position: sticky;
}
.carousel-control-next{
color: black;
}
.nav-item {
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
.nav-item:hover {
color: black;
background-color: rgb(245, 239, 239);
}
#btn1 {
border: rgb(224, 224, 224) 2px solid;
margin-right: 5px;
color: #1a73e8;
}
#btn2 {
background-color: #1a73e8;
color: white;
}
#btn2:hover {
background-color: #1561c3;
}
#btn1:hover {
border: #1a73e8 2px solid;
background-color: #eaf3ff;
}
* {
margin: 0px;
padding: 0px;
}
.box ul li {
position: absolute;
width: 35px;
height: 35px;
list-style: none;
opacity: 0;
background: radial-gradient(#dfe0ff, transparent, transparent);
bottom: 0;
left: 10vw;
}
.box ul li:nth-child(2) {
left: 36vw;
animation-delay: 2s;
}
.box ul li:nth-child(3) {
left: 22vw;
animation-delay: 4s;
}
.box ul li:nth-child(4) {
left: 56vw;
animation-delay: 6s;
}
.box ul li:nth-child(5) {
left: 76vw;
animation-delay: 4s;
}
.box ul li:nth-child(6) {
left: 80vw;
animation-delay: 8s;
}
#heading {
background-color: #ADD8E6;
color: #000000;
padding: 60px 00px 50px 00px;
}
#img5{
margin-left: 40px;
}
#head {
font-size: 60px;
color:#16521b;
}
#text1 {
float: left;
padding: 150px 80px 300px 80px;
}
#pic1 {
float: right;
margin-top: 40px;
}
.card:hover{
opacity: 0.6;
}
#text4 {
float: right;
padding: 220px 80px 120px 80px;
}
#pic4{
float: left;
margin-left: 40px;
margin-top: 40px;
}
#text5{
float: center;
margin-top: 2850px;
}
#foot{
background-color: #f8f9fa;
height: 100px;
list-style: none ;
}
@keyframes animate {
0% {
transform: scale(0);
opacity: 2;
bottom: 0;
}
100% {
transform: scale(10);
opacity: 1;
bottom: 100vh;
}
}
#women{
font-size: 20px;
width: 900px;
}
#tech{
background-color: pink;
}
#words{
padding-top: 30px;
font-size: 80px;
padding-bottom: 30px;
}