diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-26 13:26:15 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-26 16:14:57 -0700 |
commit | af68e1d499f433cfe9b197aaecb13edca04dddf1 (patch) | |
tree | dd58b937986e84c38e5ed03dcf6379eea966cf6b /styles/styles.css | |
download | rainrainra.in-main.tar.gz rainrainra.in-main.zip |
Diffstat (limited to 'styles/styles.css')
-rw-r--r-- | styles/styles.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..9e33334 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,25 @@ +* { + margin: 0; + padding: 0; + overflow: hidden; +} + +html, body { + height: 100%; + width: 100%; + background-color: #282828; + color: #ebdbb2; +} + +.main { + display: flex; + justify-content: center; + align-items: center; + + height: 100%; + width: 100%; +} + +.content { + text-align:center; +} |