Untitled

 avatar
unknown
plain_text
10 months ago
626 B
2
Indexable
  .container-item {
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card>img{
    height: 200px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.card h3 {
    text-align: justify;
    content: "";
    display: inline-block;
    width: 100%;
    color: #dd845a;
    font-size: 18px;
    font-family:Arial, sans-serif;

}
.card p{
    text-align: justify;
    content: "";
    display: inline-block;
    width: 100%;
    font-family:Arial, sans-serif;
Editor is loading...
Leave a Comment