react-webpack-template
Version:
A base skeleton template for react and webpack without task runners
22 lines (19 loc) • 322 B
CSS
/* Base Application Styles */
body {
color: #fff;
background: #222;
}
.index img {
margin: 40px auto;
border-radius: 4px;
background: #fff;
display: block;
}
.index .notice {
margin: 20px auto;
padding: 15px 0;
text-align: center;
border: 1px solid #000;
border-width: 1px 0;
background: #666;
}