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

Thứ Năm, 7 tháng 11, 2019

material-icons

Link-Icon: https://material.io/resources/icons/?style=baseline
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons {
    margin-right: 5%;
}
.hotro-content {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 13px;
}
**** HTML:

<div class="hotro-content">
<i class="material-icons">settings_phone</i> Tổng tài hỗ trợ
</div>