-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.css
102 lines (85 loc) · 1.64 KB
/
cv.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
@font-face{
font-family: "CaviarDreams";
src: url("Font/CaviarDreams.ttf") format('truetype');
}
body{
background: white;
font-family: "CaviarDreams";
}
.foto{
width:300px;
height:auto;
border: 7pt solid #f24444;
border-radius: 50%;
margin-top:30px;
margin-bottom: 30px;
}
.nama{
margin-bottom:30px;
}
.part1{
margin-bottom: 30px;
}
.container-fluid{
background: url("rows.png") no-repeat center 0px;
background-size: 1200px 1500px;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0.75px;
}
.container-fluid .row .col-md- .foto1{
width : 362px;
height : auto;
}
.container-fluid .row .col-md- .foto3{
width : 400px;
height : auto;
position: relative;
bottom:40px;
}
.container-fluid .row .col-md- {
font-size: 37px;
padding: 50px;
margin-top: 20px;
}
.container-fluid .row .text{
padding-top: 20px;
}
.container-fluid .row .col-md- .foto2 {
position: relative;
bottom:40px;
left:30px;
width:380px;
height:auto;
}
.text2{
position: relative;
bottom:40px;
}
.container-fluid .row .col-md- .foto4{
width : 400px;
height : auto;
position: relative;
bottom:100px;
}
.text3{
position: relative;
bottom:70px;
}
.container{
position: relative;
bottom:50px;
right:40px;
}
.container .row .col-sm- {
padding-left :50px;
}
.container .row .col-sm- a{
background: #f24444;
border: 0px;
}
.row1{
margin-right: 100px;
}
.row4{
margin-left: 50px;
}