diff options
| author | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
|---|---|---|
| committer | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
| commit | 720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch) | |
| tree | 29120103307cb17e7d6c283cc198ec2484f934cd /musictaste/style.css | |
First commit
Diffstat (limited to 'musictaste/style.css')
| -rw-r--r-- | musictaste/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/musictaste/style.css b/musictaste/style.css new file mode 100644 index 0000000..5304ab3 --- /dev/null +++ b/musictaste/style.css @@ -0,0 +1,11 @@ +/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
+ HTML content. To learn how to do something, just try searching Google for questions like
+ "how to change link color." */
+
+body {
+ background-color: #89b8e2;
+ text-align: center;
+ color: black;
+ font-family: Arial;
+}
+margin: auto;
|
