Rounded Small
HTML
<div class="pa4 tc"> <img src="http://tachyons.io/img/logo.jpg" class="br1 h3 w3 dib" alt="avatar"> </div>
css
.br1 { border-radius: .125rem; } .dib { display: inline-block; } .h3 { height: 4rem; } .w3 { width: 4rem; } .pa4 { padding: 2rem; } .tc { text-align: center; }
Css stats for this component
- Gzipped Size
- 139B
- Selectors
- 6
- Declarations
- 6
Install via npm Only installs the needed tachyons-modules for this component
npm i --save tachyons-border-radius tachyons-display tachyons-heights tachyons-widths tachyons-spacing tachyons-text-align