Skip to content

Instantly share code, notes, and snippets.

@gutenberghub
Created March 29, 2022 09:16
Show Gist options
  • Save gutenberghub/0fcc9780a7b62721f71a1ab7bca8d130 to your computer and use it in GitHub Desktop.
Save gutenberghub/0fcc9780a7b62721f71a1ab7bca8d130 to your computer and use it in GitHub Desktop.
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;
}
.custom-group:first-child{
border-top:8px solid #222;
}
/* Subscribe Form */
.wpcf7 input[type="email"]{
height:65px;
min-width: 500px;
padding:0px 10px;
font-size: 16px;
}
.wpcf7 form{
display: flex;
justify-content: center;
}
.wpcf7 #wp--skip-link--target{
padding-top:0px!important;
margin-top:0px !important;
}
.wpcf7 #wpcf7-f76-o1, #wpcf7-f76-p80-o2{
text-align:center;
margin:0px;
}
.wpcf7 .wpcf7-submit{
border-left: 1px solid #333 !important;
background: #f40612;
color: #ffffff;
padding: 0 30px;
line-height: 0;
height: 100%;
border: 0;
font-size: 1.875rem;
width:246.53px;
}
.wpcf7 .wpcf7-spinner{
display:none;
}
/* Faq's */
.ep_ti_open .ep_toggle_item_content{
padding:1.8em !important;
border-top: 1px solid #000000;
}
.ep_toggle_item_content{
transition:all .1s !important;
}
.ep_toggle_item_wrapper .ep_toggle_item_content{
padding :0 1.8em;
border-color: #000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment