Skip to content

Instantly share code, notes, and snippets.

@gutenberghub
gutenberghub / netflix-landing-style.css
Created March 29, 2022 09:16
CSS Snippet For Netflix Landing Page Tutorial
/* Font Faimly */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body, h1,h2,h3, h4, h5, a, p{
font-family: 'Lato', sans-serif !important;
}
/* similar groups */
.custom-group{
border-bottom:8px solid #222;
}