Skip to content

Instantly share code, notes, and snippets.

@antosan
Last active April 27, 2019 13:40
Show Gist options
  • Select an option

  • Save antosan/189fec6cbfdd3944a1443d7572eae5c0 to your computer and use it in GitHub Desktop.

Select an option

Save antosan/189fec6cbfdd3944a1443d7572eae5c0 to your computer and use it in GitHub Desktop.
react-webpack-demo
.app {
text-align: center;
}
.app-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.app-title {
font-size: 1.5em;
}
.app-intro {
font-size: large;
}
.app-logo {
height: 80px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment