diff options
| author | 2025-11-04 23:31:01 -0800 | |
|---|---|---|
| committer | 2025-11-04 23:31:01 -0800 | |
| commit | 96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (patch) | |
| tree | 5f691a3f3ec2faa0fb92b3394108cb4c63fccac5 /public/css/style.css | |
| download | lezer-96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9.tar.gz lezer-96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9.zip | |
Initial commit
Diffstat (limited to 'public/css/style.css')
| -rw-r--r-- | public/css/style.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..edc12ff --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,35 @@ +html, body { + font-family: "Helvetica", "Arial", sans-serif; + font-weight: 200; +} + +.full-height { + height: 80vh; +} + +.flex-center { + align-items: center; + display: flex; + justify-content: center; +} + +.position-ref { + position: relative; +} + +.content { + text-align: center; +} + +.links > a { + color: #35157f; + padding: 0 15px; + font-weight: bolder; + font-size: larger; + letter-spacing: .1rem; + text-decoration: none; +} + +.logo { + margin-bottom: 60px; +}
\ No newline at end of file |
