Sample scss map

Size
2,451 Kb
Views
6,072

How do I make an sample scss map?

What is a sample scss map? How do you make a sample scss map? This script and codes were developed by Benjamin Réthoré on 05 January 2023, Thursday.

Sample scss map Previews

Sample scss map - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>sample scss map</title> <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> <main> <button class="button button--default">default</button> <button class="button button--success">success</button> <button class="button button--error">error</button> <button class="button button--warning">warning</button> <button class="button button--info">Info</button>
</main>
</body>
</html>

Sample scss map - Script Codes CSS Codes

body { text-align: center; font-size: 16px; font-family: 'Avenir Next', Avenir, sans-serif;
}
main { position: absolute; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);
}
.button { border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: .5em 1.5em; border-radius: 5px; text-transform: uppercase; color: white;
}
.button--default { background-color: #5E56EB;
}
.button--default:hover, .button--default:focus { background-color: #746dee;
}
.button--default:active { background-color: #8984f0;
}
.button--success { background-color: #35C454;
}
.button--success:hover, .button--success:focus { background-color: #46cd63;
}
.button--success:active { background-color: #5ad274;
}
.button--error { background-color: #EB4B4B;
}
.button--error:hover, .button--error:focus { background-color: #ee6262;
}
.button--error:active { background-color: #f07979;
}
.button--warning { background-color: #FF7040;
}
.button--warning:hover, .button--warning:focus { background-color: #ff835a;
}
.button--warning:active { background-color: #ff9673;
}
.button--info { background-color: #954BEA;
}
.button--info:hover, .button--info:focus { background-color: #a262ed;
}
.button--info:active { background-color: #b079ef;
}
Sample scss map - Script Codes
Sample scss map - Script Codes
Home Page Home
Developer Benjamin Réthoré
Username bnthor
Uploaded January 05, 2023
Rating 3
Size 2,451 Kb
Views 6,072
Do you need developer help for Sample scss map?

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!

Benjamin Réthoré (bnthor) Script Codes
Create amazing blog posts 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!