Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
c8ae6e9af84487af5f2e44b778aad6aabb7c6afa
/
.
/
node_modules
/
material-design-lite
/
src
/
grid
/
snippets
/
grid-demo.html
blob: 88f6040f7f377eb2bf133f544a75cab81e904954 [
file
] [
log
] [
blame
]
<style>
.
demo-grid
.
mdl-cell
{
box-sizing
:
border-box
;
background-color
:
#BDBDBD
;
height
:
200px
;
padding-left
:
8px
;
padding-top
:
4px
;
color
:
white
;
}
.
demo-grid
.
mdl-grid
:
first-of-type
.
mdl-cell
{
height
:
50px
;
}
</style>
{% include "grid.html" %}