Skip to content

Instantly share code, notes, and snippets.

View mosaddekhossain's full-sized avatar

Md Mosaddek Hossain mosaddekhossain

View GitHub Profile
@mosaddekhossain
mosaddekhossain / price-table.css
Created September 2, 2018 08:22
flow pricing table
// pricing table
.price-plan
{
font-size: 20px;
color: #94989d;
}
.price-plan th
@mosaddekhossain
mosaddekhossain / comments.css
Created September 2, 2018 08:20
flow blog comments and form css
//comments list
.single-post .commentlist {
margin-bottom: 3rem;
list-style: none;
padding-left: 0;
}
.single-post .commentlist li, .single-post .commentlist .comment-body {
margin-bottom: 3rem;