italic font

bottom text
This commit is contained in:
Ashley 2022-07-07 18:10:46 +03:00 committed by GitHub
parent 5237198be0
commit 8625d582bd

View file

@ -187,7 +187,7 @@ summary:hover{
<div class="primary"> <div class="primary">
<div class="video-player-container"> <div class="video-player-container">
<video class="player" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/sddefault.jpg?v=607ddcd4"> <video class="player" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
</video> </video>
</div><br> </div><br>
<div class="video-info"> <div class="video-info">
@ -288,7 +288,7 @@ if you want to change the url - see config in server.js
<% } %> <% } %>
<% if (!r) { %> <% if (!r) { %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<p style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center"> <p style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;font-style: italic;" align="center">
OTHER VIDEOS FOR YOU <3 OTHER VIDEOS FOR YOU <3
</p> </p>