Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
table { border-spacing: 1px 4px; }
body { font-family: Arial, sans-serif; }

body{ background-image: linear-gradient(90deg, orange 60%, cyan); } /* Added a background colour */

/*th { font-size: x-large; }*/
dt { font-size: xxx-large; font-weight: bold; }
dd { margin-inline-start: 0px; }
Expand Down Expand Up @@ -58,6 +60,7 @@

.key div::before { content: ""; display: inline-block; height: 1em; width: 1em; background-color: var(--color); }
</style>
<body>
<div style="position: absolute; top: 1vw; right: 1vw;">By James Lu</div>
<h2>Web Periodic Table v0.0.1</h2>
<h3>Map of Web APIs/Technologies</h3>
Expand Down Expand Up @@ -525,4 +528,5 @@ <h3>What do the colors represent?</h3>
<p>The lighter the color, the more support there is.</p>
<p>The red represents how active the specification or proposal is.</p>
</div>
</body>
</html>