diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-27 19:24:57 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-27 19:24:57 -0700 |
commit | a5679641aa0eb9e872605b70c263c3e950132647 (patch) | |
tree | 7f4a9670365f8f13152d1070e5d5803f3618aa91 /users/fcuny/resume/styles | |
parent | feat(ops/github): archive notes.fcuny.net (diff) | |
download | world-a5679641aa0eb9e872605b70c263c3e950132647.tar.gz |
ref(users/fcuny): and just like that ...
Diffstat (limited to 'users/fcuny/resume/styles')
-rw-r--r-- | users/fcuny/resume/styles/resume.css | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/users/fcuny/resume/styles/resume.css b/users/fcuny/resume/styles/resume.css deleted file mode 100644 index 13ed9b3..0000000 --- a/users/fcuny/resume/styles/resume.css +++ /dev/null @@ -1,72 +0,0 @@ -body { - font-family: sans-serif; - font-size: 1em; - line-height: 1.8em; - color: #0e0e0b; - margin: 1em auto; - padding: 0 0.55em; - max-width: 50rem; -} - -h1 { - color: #0e0e0b; - font-size: 1.3rem; -} - -h2, h3 { - border-bottom: 1px solid #eee; - font-style: italic; -} -h2 { - margin-top: 1.25em; - margin-bottom: 0.41em; - font-size: 1.2rem; -} -h3 { - margin-top: 1.5em; - margin-bottom: 0.5em; - font-size: 1rem; -} - -hr{ - color:#000111; - background-color:#000111; - border:none; - height:1px -} - -a { - color:#047bc2; - transition:color .1s ease-in-out; -} - -table { - width: 100%; - border-spacing: 0px; - outline: none; -} -td{ - padding-right: 0.7em; -} -td:last-child { - text-align: right; -} -table, th, td { - font-family: monospace; - color: #000; -} - -#title-block-header { - padding-right: 10px; - font-size: 1.4em; - display: flex; - font-family: monospace; - justify-content: space-between; - align-items: center; - padding-top: 0.5rem; - border-bottom: 1px; -} - -#experience { - padding-top: 20px; -} |