Commit 6d574d1c authored by Jose Emmanuel B. Laurel's avatar Jose Emmanuel B. Laurel

Test: tested homepage

parents 655d90f1 62ad67fc
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
## LAB SUBMISSIONS ## LAB SUBMISSIONS
1. Lab 1 Video Link: https://youtu.be/QsmKkNtBzik 1. Lab 1 Video Link: https://youtu.be/QsmKkNtBzik
2. Lab 2 Video Link: https://youtu.be/z-hcW_1aATg 2. Lab 2 Video Link: https://youtu.be/z-hcW_1aATg
\ No newline at end of file 3. Lab 3 Video Link: https://youtu.be/qGUx_S3LZTQ
\ No newline at end of file
h1 {
color: palevioletred;
font-weight: bold;
}
h2 {
color: palevioletred;
font-weight: bold;
}
ol {
color: wheat;
font-weight: bold;
}
ul {
color: wheat;
font-weight: bold;
}
body {
background-color: black;
}
a {
color: yellow;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment