Create Image Button

This commit is contained in:
deflax 2025-03-06 14:15:08 +00:00
parent c1f6fd08c2
commit 2dba32f10e
2 changed files with 15 additions and 3 deletions

View file

@ -115,3 +115,17 @@ video {
text-decoration: none;
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;
}

View file

@ -43,9 +43,7 @@
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
</video>
<br />
<img src="https://deflax.net/static/images/logo.png" alt="">
<a href="{{ url_for('root_route') }}"><i class="fa-solid fa-arrow-left"></i> Live Stream</a>
</button>
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
</div>
</div>
<div class="col-xs-12 col-md-1">