From 5d3753ea60a7a21b53cc8bea66cab5fe16333227 Mon Sep 17 00:00:00 2001 From: Karolina Benitez Date: Sat, 5 Oct 2019 13:47:50 -0700 Subject: [PATCH 1/4] adding karolina.html --- karolina.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 karolina.html diff --git a/karolina.html b/karolina.html new file mode 100644 index 0000000..9061029 --- /dev/null +++ b/karolina.html @@ -0,0 +1,10 @@ + + + + + Karolina's page + + +

Hello world

+ + From b643c85807adc4892e0b8cf7bf70d71e57b03714 Mon Sep 17 00:00:00 2001 From: Karolina Benitez Date: Sat, 5 Oct 2019 13:56:27 -0700 Subject: [PATCH 2/4] add style --- karolina.html | 5 ++++- karolina_style.css | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 karolina_style.css diff --git a/karolina.html b/karolina.html index 9061029..e23dbf6 100644 --- a/karolina.html +++ b/karolina.html @@ -3,8 +3,11 @@ Karolina's page + -

Hello world

+

Hello world

diff --git a/karolina_style.css b/karolina_style.css new file mode 100644 index 0000000..6413d55 --- /dev/null +++ b/karolina_style.css @@ -0,0 +1,6 @@ +.greeting { + font-family: monospace; + border: 3px dotted black; + text-align: center; + color: purple; +} From 3c60837801362f140ac48c1d57ff0213a1fc2476 Mon Sep 17 00:00:00 2001 From: Karolina Benitez Date: Sat, 5 Oct 2019 14:02:08 -0700 Subject: [PATCH 3/4] add gif --- karolina.html | 1 + karolina_style.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/karolina.html b/karolina.html index e23dbf6..42e5880 100644 --- a/karolina.html +++ b/karolina.html @@ -9,5 +9,6 @@

Hello world

+

via GIPHY

diff --git a/karolina_style.css b/karolina_style.css index 6413d55..6e4a8cb 100644 --- a/karolina_style.css +++ b/karolina_style.css @@ -4,3 +4,8 @@ text-align: center; color: purple; } +.gif { + text-align: center; + display:block; + margin: auto; +} From 6617e9b7b6c65755b0b82082e3e872e53b6f865c Mon Sep 17 00:00:00 2001 From: Karolina Benitez Date: Sat, 5 Oct 2019 14:14:14 -0700 Subject: [PATCH 4/4] more styling --- karolina.html | 2 +- karolina_style.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/karolina.html b/karolina.html index 42e5880..a598524 100644 --- a/karolina.html +++ b/karolina.html @@ -9,6 +9,6 @@

Hello world

-

via GIPHY

+

diff --git a/karolina_style.css b/karolina_style.css index 6e4a8cb..7adacb9 100644 --- a/karolina_style.css +++ b/karolina_style.css @@ -1,11 +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: purple; + color: #800080; + margin: 10px 0; + font-size: 100px; } .gif { text-align: center; - display:block; + display: block; margin: auto; }