mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Added a border to the home view video.
This commit is contained in:
parent
65c53a9e43
commit
1fa18fe2e0
3 changed files with 12 additions and 3 deletions
app
BIN
app/assets/images/pages/home/video_border.png
Normal file
BIN
app/assets/images/pages/home/video_border.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 18 KiB |
|
@ -7,9 +7,17 @@
|
|||
text-align: center
|
||||
margin-top: 0
|
||||
|
||||
#trailer-wrapper iframe
|
||||
display: block
|
||||
margin: 0 auto
|
||||
#trailer-wrapper
|
||||
position: relative
|
||||
iframe
|
||||
display: block
|
||||
margin: 0 auto
|
||||
img
|
||||
position: absolute
|
||||
left: 10px
|
||||
width: 976px
|
||||
top: -7px
|
||||
pointer-events: none
|
||||
|
||||
.game-mode-wrapper
|
||||
position: relative
|
||||
|
|
|
@ -6,6 +6,7 @@ block content
|
|||
|
||||
#trailer-wrapper
|
||||
<iframe width="949" height="534" src="//www.youtube.com/embed/1zjaA13k-dA?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
|
||||
img(src="/images/pages/home/video_border.png")
|
||||
|
||||
hr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue