diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-06 15:26:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-06 15:26:03 -0700 |
| commit | 25fa2237ba8a96a86bf5db30baa597a5b25168d7 (patch) | |
| tree | d1c6fe71973d532bed4d05b29f995abcc3d4623d /src/css/main.css | |
| parent | convert index from markdown to org (diff) | |
| download | fcuny.net-25fa2237ba8a96a86bf5db30baa597a5b25168d7.tar.gz | |
generate the site and the resume using pandoc
Diffstat (limited to 'src/css/main.css')
| -rw-r--r-- | src/css/main.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/css/main.css b/src/css/main.css new file mode 100644 index 0000000..9600987 --- /dev/null +++ b/src/css/main.css @@ -0,0 +1,25 @@ +body { + margin: auto; + font: + 1rem/2 -apple-system, + sans-serif; + background-color: #f8f8f8; + color: #333333; + padding: 20px; + min-height: 100vh; + padding: 50px, 50px, 50px, 50px; + max-width: 55rem; +} +p { + margin: 0 0 1em; +} +a { + color: inherit; + text-decoration: none; + border-bottom: 1px solid #007f9f; +} +ul { + display: inline-block; + text-align: left; + padding-left: 1em; +} |
