diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-18 17:23:39 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-18 17:23:39 -0700 |
| commit | 94a6551bafd51deb2bfae144336689eb0472abf6 (patch) | |
| tree | 103db6511e06a43dbc90fc26b89ded9ca519a3d3 /css/container.css | |
Upload files from test.gnufault.org
Diffstat (limited to 'css/container.css')
| -rw-r--r-- | css/container.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/container.css b/css/container.css new file mode 100644 index 0000000..aa70303 --- /dev/null +++ b/css/container.css @@ -0,0 +1,10 @@ +.container { + max-width: 960px; + width: 100%; + margin-left: auto; + margin-right: auto; + margin-bottom: 0; + margin-top: 20px; + border: 1px solid #98A5B0; + border-radius: 10px; +} |
