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