-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (64 loc) · 1.11 KB
/
style.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
body {
font-family: Arial, sans-serif;
background-color: #252525;
margin: 0;
padding: 0;
}
.profile-container {
max-width: 1000px;
margin: 10px auto;
padding: 20px;
background-color: #1b1b1b;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
display:flex;
}
.skill-container {
max-width: 600px;
margin: 10px auto;
padding: 20px;
background-color: #1b1b1b;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.profile-image {
width: 150px;
height: 150px;
object-fit: cover;
}
.profile_face {
width: 500px;
height: 500px;
object-fit: cover;
margin-left: 100px;
}
.skill {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.skill2 {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 100px;
}
.skills{
margin-top: 10px;
}
.skill-box {
background-color: #f2f2f2;
padding: 10px;
border-radius: 5px;
font-size: 14px;
}
.doplnek{
margin-bottom: 0px;
margin-top: 220px;
color: #006f77;
font-size: 20px;
}
h1{
color:beige;
font-size: 45px;
}