Webinar on fourth generation digitizers with easy-to-use API

Webinar on fourth generation digitizers with easy-to-use API

/*
HOW TO USE:
Change “display: inherit;” to “display: none;” to hide a section.
Change the “order” property to change the order a section appears on the page.
Sections with lowest order will appear first. EG 1, 2, 3, 5, 10
E.G. The hero section below will be visible and will be displayed third.
#hero
display: inherit;
order: 3;


The video section will be hidden so the order property for this section is ignored.
#video
display: none;
order: 5;


Hex code cheat sheet:
Blue: #0076c0
Light Gray: #f3f3f3
Default Text Color: #222222
*/

#fluid
background-color: #ffffff;
display: inherit;
order: 1;


#hero
background: url(“https://placehold.it/3840×2458”) no-repeat center center;
display: inherit;
order: 2;
padding-bottom: 192px;
padding-top: 192px;


/*
Change hero overlay background-color to change the color on top of the hero image

Read more