CSS Close button

Developer
Size
2,309 Kb
Views
38,456

How do I make an css close button?

What is a css close button? How do you make a css close button? This script and codes were developed by SNÖGRAFX on 26 August 2022, Friday.

CSS Close button Previews

CSS Close button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Close button</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id='button-close'> <div class='button-container'> <div class='button-content'> <div class='bar1 bar'></div> <div class='bar2 bar'></div> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CSS Close button - Script Codes CSS Codes

@import "lesshat";
#button-close { display: table; position: fixed; top: 0; right: 0; height: 80px; width: 80px; background: black; &:hover .bar { background: darken(white, 33%); !important; cursor: pointer; } .button-container { display: table-cell; text-align: center; vertical-align: middle; .button-content { display: inline-block; .bar { height: 4px; width: 30px; background: white; position: relative; } .bar1 { transform: rotate(-45deg); top: 2px; } .bar2 { transform: rotate(45deg); bottom: 2px; } } }
}
CSS Close button - Script Codes
CSS Close button - Script Codes
Home Page Home
Developer SNÖGRAFX
Username snografx
Uploaded August 26, 2022
Rating 3
Size 2,309 Kb
Views 38,456
Do you need developer help for CSS Close button?

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!

SNÖGRAFX (snografx) 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!