Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section id="home">
<a href="#home" class="logo">
<img srcset="resources/logo@2x.png 2x" src="resources/logo.png" alt="Speedometer" />
<div class="version">3.0</div>
<div class="version next">Next</div>
</a>
<div class="content">
<p>Speedometer is a browser benchmark that measures the responsiveness of Web applications. It uses demo web applications to simulate user actions such as adding to-do items.</p>
Expand Down
6 changes: 6 additions & 0 deletions resources/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ main {
top: -105px;
}

.next {
right: -22px;
top: -117px;
color: var(--highlight);
}

h1 {
margin-top: 30px;
font-size: 40px;
Expand Down