mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 17:03:42 -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
|
text-align: center
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
|
||||||
#trailer-wrapper iframe
|
#trailer-wrapper
|
||||||
display: block
|
position: relative
|
||||||
margin: 0 auto
|
iframe
|
||||||
|
display: block
|
||||||
|
margin: 0 auto
|
||||||
|
img
|
||||||
|
position: absolute
|
||||||
|
left: 10px
|
||||||
|
width: 976px
|
||||||
|
top: -7px
|
||||||
|
pointer-events: none
|
||||||
|
|
||||||
.game-mode-wrapper
|
.game-mode-wrapper
|
||||||
position: relative
|
position: relative
|
||||||
|
|
|
@ -6,6 +6,7 @@ block content
|
||||||
|
|
||||||
#trailer-wrapper
|
#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>
|
<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
|
hr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue