Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiwuart committed Dec 6, 2018
1 parent a08bd86 commit 7574344
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 11 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ p{line-height: 32px;}

a{
text-decoration: none;
cursor: pointer;
}
body {
font: 16px sans-serif;
Expand Down Expand Up @@ -352,6 +353,7 @@ pre {
}
.btn a{
color:mediumpurple;
cursor: pointer;
}

/* Darker background on mouse-over */
Expand Down Expand Up @@ -400,6 +402,15 @@ pre {
.bubble1{
top:20px;
}
.bubble2{
right:0px;
}
.bubble3{
top:800px
}
.robothead{
display:none;
}
}

@media only screen and (max-width: 414px) {
Expand Down Expand Up @@ -465,9 +476,6 @@ pre {
top:960px;
position:absolute;
}
.robothead{
display:none;
}
.btn{
top:1280px;
}
Expand Down
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
</div>





<div class="ascii-art bubble1">
.--------------.
Expand Down Expand Up @@ -170,7 +166,7 @@
No, you are my master.<br>
</div>
<div class="btn">
<a href="/flies/im-here-to-serve-you.pdf" download><i class="fa fa-download"></i>&nbsp;Full Screenplay</a></div>
<a href="flies/im-here-to-serve-you.pdf" download><i class="fa fa-download"></i>&nbsp;Full Screenplay</a></div>

</body>
</html>

0 comments on commit 7574344

Please sign in to comment.