diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-29 17:48:39 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-29 17:48:39 -0700 |
| commit | 070011b105dbf63369c5389115efccd079491aae (patch) | |
| tree | 34f72cbd1c25436fc8285a468a3c390bc5399cc0 /app/fcuny-net/static/main.css | |
| parent | add pr-analyzer (diff) | |
| download | x-070011b105dbf63369c5389115efccd079491aae.tar.gz | |
replacing my static website with a simple web app
Diffstat (limited to 'app/fcuny-net/static/main.css')
| -rw-r--r-- | app/fcuny-net/static/main.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/fcuny-net/static/main.css b/app/fcuny-net/static/main.css new file mode 100644 index 0000000..12df426 --- /dev/null +++ b/app/fcuny-net/static/main.css @@ -0,0 +1,24 @@ +body { + width: auto; + max-width: 700px; + padding: 0 15px; + margin: 5rem auto; + font: + 1rem/2 -apple-system, + sans-serif; + background-color: white; + color: #242936; +} +p { + margin: 0 0 1em; +} +a { + color: inherit; + text-decoration: none; + border-bottom: 2px solid #007f9f; +} +ul { + display: inline-block; + text-align: left; + padding-left: 1em; +} |
