summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/resume.css b/resume.css
index e6b4256..a71be83 100755
--- a/resume.css
+++ b/resume.css
@@ -125,6 +125,32 @@ header {
margin-right: 0.5rem;
}
+.skills_table {
+ width: 100%;
+ margin-bottom: 2rem;
+ border-spacing: 0;
+ border: 1px solid gray;
+ border-radius: 2px;
+}
+
+.skills_table th {
+ text-align: center;
+}
+
+.skills_table th, .skills_table tr:not(:last-child) td {
+ border-bottom: 1px solid lightgray;
+}
+
+.skills_table tr th {
+ color: #2E4C6D;
+}
+
+.skills_table td, th {
+ font-size: 0.9rem;
+ padding: 0.35rem 0.5rem;
+ width: 50%;
+}
+
#skills_section {
display: flex;
flex-direction: column;