Sass Cheat Sheet

Size
2,396 Kb
Views
24,288

How do I make an sass cheat sheet?

Simple Sass examples.. What is a sass cheat sheet? How do you make a sass cheat sheet? This script and codes were developed by Oliver Schafeld on 05 October 2022, Wednesday.

Sass Cheat Sheet Previews

Sass Cheat Sheet - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sass Cheat Sheet</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="content"> <h1>Cheat Sheet Sass</h1> <h2>Subheading h2</h2> <h3>Subheading h3</h3> <p class="fakeshadow">First Paragraph</p> <p class="para">Second Paragraph. <a href="#">Link</a></p> <p class="para insidecontent">Third Paragraph. <span class="inside">Right</span>. </p>
</div>
<div class="factory"> <p>Ich bin eine Fabrik.</p>
</div>
<div class="highrise"> <p>Ich bin ein Hochhaus.</p>
</div>
</body>
</html>

Sass Cheat Sheet - Script Codes CSS Codes

h1 { padding: 10px 20px; border: 1px dotted red;
}
h2 { padding: 10px 20px; border: 1px dotted green;
}
h3 { padding: 10px 20px; border: 1px dotted #EE00EE;
}
.fakeshadow { border-style: solid; border-left-width: 4px; border-left-color: red; border-right-width: 2px; border-right-color: #ccc;
}
.insidecontent.para { color: red;
}
p a { padding: 10px;
}
p a:hover { font-weight: bold; color: green; border: 2px yellow solid; padding: 6px;
}
p .inside { color: green; font-style: italic;
}
.factory { background: #fff; border: 1px solid #ccc; padding: 10px; border-left: 4px solid #ccc; width: 200px; height: 112.5px;
}
.highrise { background: #797979; border: 1px solid #ccc; padding: 20px; border-right: 4px solid #ccc;
}
Sass Cheat Sheet - Script Codes
Sass Cheat Sheet - Script Codes
Home Page Home
Developer Oliver Schafeld
Username schafeld
Uploaded October 05, 2022
Rating 3
Size 2,396 Kb
Views 24,288
Do you need developer help for Sass Cheat Sheet?

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!

Oliver Schafeld (schafeld) 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!