Skip to content

Commit

Permalink
add twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
reaalkhalil committed Jan 28, 2018
1 parent 96056c9 commit 13b22dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<a class="menubutton prevlevel-menubutton" id="prevlevel">&larr;</a>
<a class="menubutton level-menubutton" id="level">Level 1</a>
<a class="menubutton start-menubutton" id="start">Start</a>
<a href="http://twitter.com/reaalkhalil" target="_blank" class="twitter">@reaalkhalil</a>

</div>

Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ body{
box-shadow: 0px 5px 30px rgba(0,0,0,0.3);
}

#menu .twitter {
font-size: 26px;
right: calc(50% - 85px);
top: calc(30% + 130px);
position: absolute;
color: #528bff;
text-decoration: none;
}

#instructionsDiv a.show-solution {
cursor: pointer;
display: inline-block;
Expand Down

0 comments on commit 13b22dc

Please sign in to comment.