mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
27 lines
346 B
CSS
27 lines
346 B
CSS
body {
|
|
font-family: Roboto, sans-serif;
|
|
margin: 0;
|
|
transition: opacity ease-in 0.2s;
|
|
}
|
|
|
|
main {
|
|
padding: 16px;
|
|
}
|
|
|
|
.demo-group, .demo-group-spaced {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.demo-group-spaced {
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.demo-group > *, .demo-group-spaced > * {
|
|
margin: 0 8px;
|
|
}
|