-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (68 loc) · 921 Bytes
/
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
h2{
font: "Germania One";
font-weight: 600;
}
h6{
color: Grey;
}
h3{
font-weight: 600;
}
.Age{
padding-top: 50px;
}
.Education{
padding-top: 40px;
}
.Languages{
padding-bottom: 10px;
}
.Contact{
padding-top: 40px;
padding-bottom: 10px;
}
.Interests{
padding-left: 400px;
position: relative;
margin-right: 100px;
}
.Software{
padding-left: 400px;
position: relative;
margin-right: 100px;
}
.ach{
padding-left: 400px;
margin-right: 100px;
}
.sakport{
padding-top:20px;
padding-bottom: 20px;
border-radius: 70%;
height: 300px;
width: 50%;
transform: rotate(90deg);
}
.Intro{
padding-top: 200px;
padding-left: 80px;
}
h5{
color: Grey;
margin-left: 20px;
margin-right: 30px;
}
p{
text-align: center;
color: Grey;
padding-top: 30px;
}
@media(max-width:780px)
{
.sakport{
padding-top: 10px;
}
body{
margin-left: 100px;
}
}