-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
71 lines (54 loc) · 1.07 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
#university img {
height: 400px;
width: auto;
}
#fields{
color : red;
font-size: 17px !important;
}
#box_box {
width: 500px;
height: 150px;
margin: 50px auto;
border: none;
border-radius: 5px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
}
#box_box i {
font-size: 3em;
margin: 20px;
color: #0FF;
transition: all 0.5s ease;
}
#box_box i:hover {
transform: scale(1.2);
color: rgba(146, 34, 34, 0.966);
}
#accounts {
width: 500px;
height: 150px;
margin: 50px auto;
border: none;
border-radius: 5px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
}
#accounts i {
font-size: 3em;
margin: 20px;
color: #0FF;
transition: all 0.5s ease;
}
#accounts i:hover {
transform: scale(1.2);
color: rgba(146, 34, 34, 0.966);
}
#technologies {
padding-top: 40px;
padding-bottom: 10px;
}