diff --git a/index.html b/index.html index 3fe8aec..61533c2 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ - Bliss Board for C.A.R.E + Bliss Board for C.A.R.E.
-

Bliss Board for C.A.R.E

+

Bliss Board for C.A.R.E.

@@ -16,7 +16,7 @@

Bliss Board for C.A.R.E

src="images/eyes.svg" alt="Eyes surrounded by the digits 0-8." height="70" - class="right" + class="eyes" />

@@ -34,7 +34,7 @@

diff --git a/style.css b/style.css index 7a24d3e..5346fbe 100644 --- a/style.css +++ b/style.css @@ -42,8 +42,9 @@ footer, h1, h2 { display: none; } -.right { +.eyes { float: right; + padding-left: 10px; } .description {