Add YouTube embed include for a future blog post

This commit is contained in:
RichardG867
2021-12-11 15:55:25 -03:00
parent fbffdf9dd2
commit e6df43dd37
4 changed files with 40 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ div#socialold {
}
/* Blog */
figure.image {
.image {
text-align: center;
}
img.heading {
@@ -212,3 +212,14 @@ code {
padding-left: 3pt;
padding-right: 3pt;
}
iframe {
display: block;
border: none;
}
iframe.youtube {
text-align: center;
margin: auto;
width: 640px;
height: 360px;
padding-bottom: 8pt;
}