summaryrefslogtreecommitdiff
path: root/wk8/lect/home.css
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-04 23:53:13 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-04 23:53:13 +0000
commit8e8dc9dccfac082dc890ac21446bef07bbbbcfc4 (patch)
tree55e247d609e580fab781e8bbd8593d84e0381b3c /wk8/lect/home.css
parenteccc08693b0498d8e5646cbfb850ad86e1871129 (diff)
Thu, Jul 4, 2024, 4:53 PM -07:00
Diffstat (limited to 'wk8/lect/home.css')
-rw-r--r--wk8/lect/home.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/wk8/lect/home.css b/wk8/lect/home.css
new file mode 100644
index 0000000..ceeb12b
--- /dev/null
+++ b/wk8/lect/home.css
@@ -0,0 +1,20 @@
+.centered
+{
+ text-align: center;
+}
+
+.large
+{
+ font-size: large;
+}
+
+.medium
+{
+ font-size: medium;
+}
+
+.small
+{
+ color: red;
+ font-size: small;
+}