summaryrefslogtreecommitdiff
path: root/Lab03/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'Lab03/style.css')
-rw-r--r--Lab03/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/Lab03/style.css b/Lab03/style.css
new file mode 100644
index 0000000..88fa56f
--- /dev/null
+++ b/Lab03/style.css
@@ -0,0 +1,12 @@
+html {
+ font-family: sans-serif;
+ margin-top: 1%;
+ margin-left: 3%;
+ background-color: whitesmoke;
+ margin-right: auto;
+ }
+
+h1 {
+ text-decoration: underline;
+ font-size: 1.9rem;
+} \ No newline at end of file