mirror of
https://github.com/ivabus/www
synced 2024-11-14 19:35:07 +03:00
Sneaky comment
This commit is contained in:
parent
ae56d82124
commit
3ae5799088
1 changed files with 0 additions and 50 deletions
|
@ -763,54 +763,4 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
.twitter-card{
|
|
||||||
border: 2px solid #1a1a1a;
|
|
||||||
background-color: #33ffd9 !important;
|
|
||||||
min-height: 466px;
|
|
||||||
}
|
|
||||||
.title-bar{
|
|
||||||
height:30px;
|
|
||||||
}
|
|
||||||
.avatar{
|
|
||||||
height: 24px;
|
|
||||||
width: 24px;
|
|
||||||
border-radius: 30px;
|
|
||||||
background-color: gray;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.test-name{
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
.top-bar i{
|
|
||||||
position: relative;
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
var mySwiper = new Swiper ('.swiper-container', {
|
|
||||||
spaceBetween: 10,
|
|
||||||
freeMode: true,
|
|
||||||
direction: 'horizontal',
|
|
||||||
loop: true,
|
|
||||||
pagination: {
|
|
||||||
el: '.swiper-pagination',
|
|
||||||
},
|
|
||||||
navigation: {
|
|
||||||
nextEl: '.swiper-button-next',
|
|
||||||
prevEl: '.swiper-button-prev',
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue