Skip to content

Instantly share code, notes, and snippets.

View Q-Niranjan's full-sized avatar

Niranjan Kumar Q-Niranjan

View GitHub Profile
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
body {
margin: 0;
padding: 0;
background-color: #f4f8fb;
font-family: 'Roboto', sans-serif;
color: #8c93bd;
}