Skip to content

Instantly share code, notes, and snippets.

View vinomanick's full-sized avatar

Vinodh Kumar vinomanick

View GitHub Profile
@vinomanick
vinomanick / index.css
Last active August 9, 2023 07:15
React MFE admin app files
html,
body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}
section {
padding: 2rem 1rem;
@vinomanick
vinomanick / app.scss
Last active May 15, 2022 07:44
Introducing global styles
.jumbotron {
padding: 2rem;
background-color: lightgray;
}