JAYASWAROOP commited on
Commit
899de2c
·
verified ·
1 Parent(s): 24c8ad3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +75 -0
style.css CHANGED
@@ -143,6 +143,81 @@ body {
143
  }
144
 
145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  /* Footer styles */
147
  .footer {
148
  background-color: #333;
 
143
  }
144
 
145
 
146
+ .education {
147
+ padding-top: 50px;
148
+ }
149
+
150
+ .timeline {
151
+ position: relative;
152
+ padding: 0;
153
+ list-style: none;
154
+ }
155
+
156
+ .timeline-item {
157
+ position: relative;
158
+ margin-bottom: 20px;
159
+ }
160
+
161
+ .timeline-badge {
162
+ color: #fff;
163
+ padding: 10px 15px;
164
+ border-radius: 50%;
165
+ background-color: #333;
166
+ z-index: 2;
167
+ position: absolute;
168
+ left: 50%;
169
+ transform: translateX(-50%);
170
+ top: 0;
171
+ }
172
+
173
+ .timeline-content {
174
+ padding: 20px;
175
+ border: 1px solid #ddd;
176
+ border-radius: 5px;
177
+ background-color: #f5f5f5;
178
+ position: relative;
179
+ left: 50%;
180
+ transform: translateX(-50%);
181
+ z-index: 1;
182
+ margin-top: 20px;
183
+ }
184
+
185
+ .timeline-content h3 {
186
+ margin-top: 0;
187
+ margin-bottom: 5px;
188
+ }
189
+
190
+ .timeline-content p {
191
+ font-size: 14px;
192
+ margin-bottom: 0;
193
+ }
194
+
195
+
196
+ .contact-details {
197
+ padding-top: 50px;
198
+ }
199
+
200
+ .list-unstyled {
201
+ padding: 0;
202
+ list-style: none;
203
+ }
204
+
205
+ .list-unstyled li {
206
+ margin-bottom: 10px;
207
+ }
208
+
209
+ .list-unstyled a {
210
+ color: #333;
211
+ text-decoration: none;
212
+ }
213
+
214
+ .list-unstyled i {
215
+ color: #333;
216
+ font-size: 18px;
217
+ }
218
+
219
+
220
+
221
  /* Footer styles */
222
  .footer {
223
  background-color: #333;