Skip to content

Commit

Permalink
Add styling to video tag
Browse files Browse the repository at this point in the history
Relates #53
  • Loading branch information
joeylouise committed May 24, 2017
1 parent a312a5a commit a4358b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -906,3 +906,13 @@ input {
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}

.video {
display: none;
background: #000;
width: 70%;
margin: 2em 15% 0.5em 15%;
position: absolute;
top: -415%;
right: 0;
}

0 comments on commit a4358b4

Please sign in to comment.