_variables.scss

Size
3,111 Kb
Views
18,207

How do I make an _variables.scss?

What is a _variables.scss? How do you make a _variables.scss? This script and codes were developed by Roderick Sandoval on 16 October 2022, Sunday.

_variables.scss Previews

_variables.scss - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>_variables.scss</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="l-container" role="document"> <nav class="l-top" role="navigation"> l-top </nav> <nav class="l-nav" role="navigation"> l-nav </nav> <header class="l-header" role="banner"> l-header </header> <main class="l-main" role="main"> <article class="l-article" role="article"> l-article </article> <aside class="l-aside-first" role="complementary"> l-aside-first </aside> <aside class="l-aside-second" role="complementary"> l-aside-second </aside> </main> <footer class="l-footer" role="contentinfo"> l-footer </footer>
</div><!-- l-container -->
</body>
</html>

_variables.scss - Script Codes CSS Codes

*, *:before, *:after { box-sizing: border-box;
}
body { max-width: 1200px; margin-left: auto; margin-right: auto; margin: 0 auto; font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
}
body:after { content: " "; display: block; clear: both;
}
.l-top,
.l-nav,
.l-header,
.l-article,
.l-aside-first,
.l-aside-second,
.l-footer { padding: 1em;
}
.l-top { background: #7fdbff;
}
.l-nav { background: #7fdbff;
}
.l-header { background: #ff4136;
}
.l-article { background: #001f3f;
}
.l-aside-first { background: #ffdc00;
}
.l-aside-second { background: #b10dc9;
}
.l-footer { background: #3d9970;
}
a:link, a:visited, a:active, li a.active { -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; text-decoration: none; color: #f012be; border: none; background-color: transparent;
}
a:link:hover, a:visited:hover, a:active:hover, li a.active:hover { color: #7fdbff; outline: 0;
}
_variables.scss - Script Codes
_variables.scss - Script Codes
Home Page Home
Developer Roderick Sandoval
Username rodericksandoval
Uploaded October 16, 2022
Rating 3
Size 3,111 Kb
Views 18,207
Do you need developer help for _variables.scss?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Roderick Sandoval (rodericksandoval) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!