diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-23 22:53:12 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-23 22:53:12 +0200 |
| commit | ddf900c6cc70bf88844f79753b7b412d1a31d3b4 (patch) | |
| tree | 74c6f7395072ccd56aae0fc783ff3fc90444537e /styles | |
initial commit
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..728114d --- /dev/null +++ b/styles/style.css @@ -0,0 +1,24 @@ +body { + background-color: black; + color: pink; +} + +p { + padding-bottom: 30px; +} + +.center { + text-align: center; + justify-content: center; + display: flex; +} + +.left { + text-align: left; + justify-content: center; + display: flex; +} + +.limit-text-width { + width: 50%; +} |
