Snippet Tag: css

CSS for Strip Resize

/*Classes to add scrollmeny to div rowfluid */ div.scrollmenu { overflow: auto; white-space: nowrap; } div.scrollmenu a { display: inline-block; top:0; color: white; text-align: center; padding: 14px; text-decoration: none; } div.scrollmenu a:hover { background-color: #e4bd78; } /*class for main content container div rowfluid for strip*/ .strip { /*Resize div to current viewport*/ width:100%; height: auto; […]

christopher godber