-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
95 lines (79 loc) · 1.23 KB
/
styles.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
body {
margin: 0 auto;
max-width: 50em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
padding: 4em, 1em;
background-color: rgba(0, 0, 0, 0.712);
color: whitesmoke;
overflow-x: hidden;
}
.card {
background-color: grey;
position: relative;
padding: 10px;
margin: 10px;
}
.header {
background-color: salmon;
margin: 10px;
position: relative;
}
.profiilikuva {
position: relative;
top: 0;
left: 0;
margin: 10px;
border-radius: 50%;
}
h1 {
position: absolute;
top: 0;
left: 250px;
}
h2 {
text-transform: uppercase;
}
h3 {
font-size: 20px;
}
.about, .info, .lang, .work, .edu {
padding: 10px;
}
.header p {
position: absolute;
left: 250px;
top: 100px;
}
.info {
position: absolute;
width: 50%;
}
.lang {
position: relative;
left: 50%;
width: 50%;
text-align: left;
}
ul {
list-style-type: none;
}
#work th, #work td {
text-align: left;
font-size: 14px;
padding: 10px;
}
#work, #edu {
width: 100%;
padding: 5px;
margin: 10px;
table-layout: fixed;
}
#edu th, #edu td {
text-align: left;
font-size: 14px;
padding: 10px;
}
.date {
font-size: 10px;
}