Create blog-post-placeholder style

This commit is contained in:
PCoder 2019-11-28 08:50:16 +05:30
parent c419c61bf0
commit 3b02e29d41
1 changed files with 5 additions and 0 deletions

View File

@ -433,3 +433,8 @@ body {
width: 50%;
text-align: center;
}
.blog-post-placeholder {
width: 240px;
height: 240px;
background-color: #eee;
}