react-static-webpack-plugin
Version:
Build full static sites using React, React Router and Webpack
23 lines (19 loc) • 301 B
CSS
* {
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fafafa;
font-size: 18px;
}
.App {
background: #222;
min-width: 320px;
padding: 20px;
text-align: center;
}
.App img {
display: inline-block;
width: 80px;
height: 80px;
}