Answers for "google material icons change width"

1

google material icons change width

// css
.material-icons.md-48 { font-size: 48px; }

// html
<i class="material-icons md-48">important_devices</i>
Posted by: Guest on December-15-2020

Browse Popular Code Answers by Language