Create Image Button
This commit is contained in:
parent
c1f6fd08c2
commit
2dba32f10e
2 changed files with 15 additions and 3 deletions
|
@ -115,3 +115,17 @@ video {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.image-button {
|
||||||
|
padding: 1px 6px;
|
||||||
|
border: 1px outset buttonborder;
|
||||||
|
border-radius: 3px;
|
||||||
|
color: buttontext;
|
||||||
|
background-color: buttonface;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
width: 100px;
|
||||||
|
height: 50px;
|
||||||
|
background-image: url('/static/images/logo.png');
|
||||||
|
background-size: cover;
|
||||||
|
}
|
|
@ -43,9 +43,7 @@
|
||||||
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
<br />
|
<br />
|
||||||
<img src="https://deflax.net/static/images/logo.png" alt="">
|
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
|
||||||
<a href="{{ url_for('root_route') }}"><i class="fa-solid fa-arrow-left"></i> Live Stream</a>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-1">
|
<div class="col-xs-12 col-md-1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue