Hiển thị các bài đăng có nhãn css Mobi. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn css Mobi. Hiển thị tất cả bài đăng

Thứ Hai, 29 tháng 7, 2019

Design Web Mobi

****CSS:
element.style {
    white-space: pre-wrap;
    border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    font-size: 13.44px;
    color: rgb(255, 106, 0);
    line-height: 15.36px;
    overflow-wrap: break-word;
    text-align: center;
    max-width: 240px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}