Unisolated Pure CSS Mobile Nav Spinner

Developer
Size
1,852 Kb
Views
24,288

How do I make an unisolated pure css mobile nav spinner?

This is the unisolated version of the pure css spinner, useful for making mobile menu navigation by putting the menu nav in line with the input and utilizing the ~ in css.. What is a unisolated pure css mobile nav spinner? How do you make a unisolated pure css mobile nav spinner? This script and codes were developed by Izzy Skye on 27 October 2022, Thursday.

Unisolated Pure CSS Mobile Nav Spinner Previews

Unisolated Pure CSS Mobile Nav Spinner - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Unisolated Pure CSS Mobile Nav Spinner</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <input type="checkbox" id="spinner-form" />
<label for="spinner-form" class="spinner-spin"> <div class="spinner diagonal part-1"></div> <div class="spinner horizontal"></div> <div class="spinner diagonal part-2"></div>
</label> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Unisolated Pure CSS Mobile Nav Spinner - Script Codes CSS Codes

body {margin:50px;}
* {transition:all 0.3s;-webkit-transition:all 0.3s;box-sizing:border-box;}
#spinner-form {display:none;}
.spinner-spin {position:relative;float:left;height:50px;width:50px;}
.spinner-spin {cursor:pointer;}
.spinner-spin > .spinner {height:5px;width:50px;background-color:#000;}
.spinner-spin > .spinner.diagonal.part-1 {position:relative;float:left;margin-top:10px;}
.spinner-spin > .spinner.horizontal {position:relative;float:left;margin-top:6px;}
.spinner-spin > .spinner.diagonal.part-2 {position:relative;float:left;margin-top:6px;}
#spinner-form:checked ~ .spinner-spin > .horizontal {opacity: 0;}
#spinner-form:checked ~ .spinner-spin > .diagonal.part-1 {transform:rotate(225deg);-webkit-transform:rotate(225deg);margin-top:23px;}
#spinner-form:checked ~ .spinner-spin > .diagonal.part-2 {transform:rotate(-225deg);-webkit-transform:rotate(-225deg);margin-top:-16px;}
Unisolated Pure CSS Mobile Nav Spinner - Script Codes
Unisolated Pure CSS Mobile Nav Spinner - Script Codes
Home Page Home
Developer Izzy Skye
Username zephyr
Uploaded October 27, 2022
Rating 3.5
Size 1,852 Kb
Views 24,288
Do you need developer help for Unisolated Pure CSS Mobile Nav Spinner?

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!

Izzy Skye (zephyr) Script Codes
Create amazing sales emails 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!