diff options
Diffstat (limited to 'wk8/lect/home.css')
-rw-r--r-- | wk8/lect/home.css | 20 |
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; +} |