Update resumes/style.css
Browse files- resumes/style.css +11 -6
resumes/style.css
CHANGED
@@ -4,9 +4,12 @@ body > h1:first-of-type {
|
|
4 |
}
|
5 |
|
6 |
/* Global styling */
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
10 |
}
|
11 |
|
12 |
/* Header Styling */
|
@@ -16,12 +19,14 @@ h1, h2, h3 {
|
|
16 |
font-weight: bold;
|
17 |
}
|
18 |
|
|
|
19 |
h1 {
|
20 |
font-size: 28px;
|
21 |
border-bottom: 2px solid #004080;
|
22 |
padding-bottom: 5px;
|
23 |
}
|
24 |
|
|
|
25 |
h2 {
|
26 |
font-size: 22px;
|
27 |
}
|
@@ -35,7 +40,7 @@ section {
|
|
35 |
margin-bottom: 15px;
|
36 |
}
|
37 |
|
38 |
-
/* Bullet points */
|
39 |
ul {
|
40 |
list-style-type: disc;
|
41 |
margin-left: 20px;
|
@@ -51,7 +56,7 @@ li::marker {
|
|
51 |
font-weight: bold;
|
52 |
}
|
53 |
|
54 |
-
/* Paragraph spacing */
|
55 |
p {
|
56 |
margin: 5px 0;
|
57 |
text-align: justify;
|
@@ -68,7 +73,7 @@ a {
|
|
68 |
text-decoration: none;
|
69 |
}
|
70 |
|
71 |
-
/*
|
72 |
.subtitle {
|
73 |
font-size: 16px;
|
74 |
font-weight: bold;
|
|
|
4 |
}
|
5 |
|
6 |
/* Global styling */
|
7 |
+
body {
|
8 |
+
font-family: Arial, sans-serif;
|
9 |
+
font-size: 14px;
|
10 |
+
line-height: 1.4;
|
11 |
+
color: #333;
|
12 |
+
margin: 20px;
|
13 |
}
|
14 |
|
15 |
/* Header Styling */
|
|
|
19 |
font-weight: bold;
|
20 |
}
|
21 |
|
22 |
+
/* Heading untuk section utama */
|
23 |
h1 {
|
24 |
font-size: 28px;
|
25 |
border-bottom: 2px solid #004080;
|
26 |
padding-bottom: 5px;
|
27 |
}
|
28 |
|
29 |
+
/* Heading untuk sub bagian */
|
30 |
h2 {
|
31 |
font-size: 22px;
|
32 |
}
|
|
|
40 |
margin-bottom: 15px;
|
41 |
}
|
42 |
|
43 |
+
/* Bullet points - gunakan format standar */
|
44 |
ul {
|
45 |
list-style-type: disc;
|
46 |
margin-left: 20px;
|
|
|
56 |
font-weight: bold;
|
57 |
}
|
58 |
|
59 |
+
/* Paragraph spacing dengan justify untuk tampilan rapi */
|
60 |
p {
|
61 |
margin: 5px 0;
|
62 |
text-align: justify;
|
|
|
73 |
text-decoration: none;
|
74 |
}
|
75 |
|
76 |
+
/* Subsections yang sederhana */
|
77 |
.subtitle {
|
78 |
font-size: 16px;
|
79 |
font-weight: bold;
|