diff --git a/karolina.html b/karolina.html
new file mode 100644
index 0000000..a598524
--- /dev/null
+++ b/karolina.html
@@ -0,0 +1,14 @@
+
+
+
+
+ Karolina's page
+
+
+
+Hello world
+
+
+
diff --git a/karolina_style.css b/karolina_style.css
new file mode 100644
index 0000000..7adacb9
--- /dev/null
+++ b/karolina_style.css
@@ -0,0 +1,17 @@
+body {
+ background: #e6e5e5;
+ background-image: url("https://blenderartists.org/uploads/default/original/4X/7/e/2/7e2d7bea4ac21388c4a96e1371f375c4ce00094b.jpg")
+}
+.greeting {
+ font-family: monospace;
+ border: 3px dotted black;
+ text-align: center;
+ color: #800080;
+ margin: 10px 0;
+ font-size: 100px;
+}
+.gif {
+ text-align: center;
+ display: block;
+ margin: auto;
+}