-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimi.css
102 lines (93 loc) · 1.75 KB
/
timi.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
html{
background-color: rgb(172, 197, 200);
}
ul,li{
display: inline;
padding: 0.6cm;
margin-left: 2.5cm;
}
.tier{
background-color: #376a75;
margin-bottom: 0.1cm;
border-radius: 6px;
}
.first{
background-image: url(Images/backphaseina.jpeg) ;
border-radius: 0.5cm;
height: 9cm;
padding-left: 2cm;
padding-top: 0.9cm;
position: relative;
top: 0;
left: 0;
border: 1px
}
img#team{
width: 10cm;
height: 10cm;
margin-left: 27cm;
border-radius: 1cm;
}
.second{
position: absolute;
top: 10px;
left: 10px;
border: 1px;
margin-top: 5cm;
}
#backphase{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 0.76cm;
font-weight: 650;
color: #598f9c;
}
#subphase{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #35393b;
}
.services{
display: flex;
padding: 1cm;
justify-content: space-between;
}
.consulting{
background:rgba(255, 255, 255, 0.2);
border: 2px;
border-style: solid;
text-align: center;
border-radius: 16px;
border-color: #35393b;
padding: 1cm;
}
.humanresource{
border: 2px;
border-style: solid;
text-align: center;
border-radius: 16px;
border-color: #35393b;
padding: 1cm;
}
.accounting{
border: 2px;
border-style: solid;
text-align: center;
border-radius: 16px;
border-color: #35393b;
padding: 1cm;
}
div.mid{
text-align: center;
margin: 2cm;
font-weight: 600;
font-size: larger;
}
#text{
border-top: 0px solid;
border-left: 0px solid;
}
a{
color: powderblue;
}
a:hover{
color: ghostwhite;
}