diff --git a/index.html b/index.html
index 7eace3b7..0907ccd2 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
Class Members
Hello World!
-
+ Santiago
This is first time using GitHub!
diff --git a/style.css b/style.css
index 65bc8f41..61fa75a6 100644
--- a/style.css
+++ b/style.css
@@ -49,3 +49,9 @@ main h2 {
background-color: green;
color: white;
}
+
+.my-style {
+ color: darkcyan;
+ background-color: black;
+ padding: 3px;
+}
\ No newline at end of file