Skip to content

Instantly share code, notes, and snippets.

View georgespicy's full-sized avatar
🏠
Working from home

George Kolawole georgespicy

🏠
Working from home
View GitHub Profile
@georgespicy
georgespicy / App.css
Created September 5, 2022 22:14 — forked from adrianhajdin/App.css
Movie App
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
margin: 0;
border: 0;
box-sizing: border-box;
}
:root {