Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samq64 committed May 17, 2024
1 parent 8274ec9 commit 7020bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Bliss Board for C.A.R.E</title>
<title>Bliss Board for C.A.R.E.</title>
</head>
<body>
<div class="content">
<h1>Bliss Board for C.A.R.E</h1>
<h1>Bliss Board for C.A.R.E.</h1>
<div class="description">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/eyes-dark.svg" />
<img
src="images/eyes.svg"
alt="Eyes surrounded by the digits 0-8."
height="70"
class="right"
class="eyes"
/>
</picture>
<p>
Expand All @@ -34,7 +34,7 @@ <h2 id="output"></h2>
</fieldset>
<footer>
<a href="https://samq64.github.io">Home</a>
| <a href="/scratch">Scratch version</a>
| <a href="./scratch">Scratch version</a>
| <a href="https://github.com/Samq64/blissboard">Source code</a>
</footer>
</div>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ footer, h1, h2 {
display: none;
}

.right {
.eyes {
float: right;
padding-left: 10px;
}

.description {
Expand Down

0 comments on commit 7020bcc

Please sign in to comment.