it work :D

This commit is contained in:
SadlyNotSappho 2023-05-26 12:35:46 -07:00
parent 9be8cabb41
commit 6327047f61
2 changed files with 33 additions and 6 deletions

View File

@ -13,6 +13,10 @@
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
/* border-style: solid;
border-color: red;
border-radius: 1px; */
} }
.top-bar { .top-bar {
@ -35,20 +39,42 @@
color: var(--cat-mantle) color: var(--cat-mantle)
} }
.logo {
border-radius: 50%;
}
.main { .main {
margin-left: 3%; margin-left: 3%;
margin-right: 3%; margin-right: 3%;
/* vertical-align: bottom; */
margin-top: 10%;
text-align: center;
}
.logo {
border-radius: 50%;
vertical-align: middle;
} }
.hometext { .hometext {
display: inline-block; display: inline-block;
width: 33%; width: 33%;
margin-left: 2%; margin-left: 2%;
vertical-align: middle;
} }
#ivplayer { .video {
/* margin-top: 10%; */ /* margin-top: 10%; */
margin-left: 5%;
display: inline-block; display: inline-block;
vertical-align: middle;
}
.pink {
color: var(--cat-pink)
}
.link {
color: var(--cat-pink);
}
.link:hover {
font-weight: bolder;
} }

View File

@ -31,8 +31,9 @@
of YouTube) of YouTube)
</h3> </h3>
</div> </div>
<iframe id="ivplayer" width="640" height="360" src="https://tube.catvibers.me/embed/wURbb6Tm1QM" <div class="video"> <iframe id="ivplayer" width="640" height="360"
style="border: none"></iframe> src="https://tube.catvibers.me/embed/wURbb6Tm1QM" style="border: none"></iframe>
</div>
</div> </div>