Buildings Menu

Developer
Size
1,652 Kb
Views
66,792

How do I make an buildings menu?

Building assets for a real estate client. What is a buildings menu? How do you make a buildings menu? This script and codes were developed by Alex Coven on 11 August 2022, Thursday.

Buildings Menu Previews

Buildings Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Buildings Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button> <span></span> <span></span> <span></span>
</button>
</body>
</html>

Buildings Menu - Script Codes CSS Codes

* { transition: all .5s ease-in-out;
}
body { background:#485566;
}
button { position:absolute; top:50%; left:50%; background:transparent; border:0px; cursor: pointer;
}
button:focus { outline:0px;
}
span { height:20px; width:4px; background:#fff; display:inline-block; margin:0px 1px;
}
span:nth-child(even) { height:25px;
}
button:hover span { height:25px;
}
button:active { transform: rotate(-90deg); height:45px; top:48.5%; position:absolute;
}
button:active span:nth-child(1) { transform: rotate(45deg); height:25px; margin:0;
}
button:active span:nth-child(2) { height:40px; margin-bottom:-20px;
}
button:active span:nth-child(3) { transform: rotate(-45deg); height:25px; margin:0;
}
Buildings Menu - Script Codes
Buildings Menu - Script Codes
Home Page Home
Developer Alex Coven
Username alcoven
Uploaded August 11, 2022
Rating 3
Size 1,652 Kb
Views 66,792
Do you need developer help for Buildings Menu?

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!

Alex Coven (alcoven) 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!