Button - Test

Developer
Size
2,834 Kb
Views
36,432

How do I make an button - test?

What is a button - test? How do you make a button - test? This script and codes were developed by Juan Gallardo on 18 August 2022, Thursday.

Button - Test Previews

Button - Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Button - Test</title> <link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="outside"> <div class="containerIphone5"> <div class="innerIphone5"> <div class="wrapper"> <div id="dd" class="wrapper-dropdown-3 dd" tabindex="1"> <div class="header"> <div class="headerLogo"> <!-- change # to / --> <a href="#">BruxZir</a> </div> <div class="headerMenu"> <a href="#" class="dd">&equiv;</a> </div> </div> <!--/ end of .header --> <div class="headerNav"> <ul class="dropdown"> <li class="findLabLink"> <a href="#">Find An Authorized Lab</a> </li> <li class="headerContact"> <a href="#">Contact Us<i class="fa fa-envelope"></i></a> </li> <li class="menuLink"> <a href="#">Features<i class="fa fa-caret-right right"></i></a> </li> <li class="menuLink"> <a href="#">Science<i class="fa fa-caret-right right"></i></a> </li> <li class="menuLink"> <a href="#">Videos<i class="fa fa-caret-right right"></i></a> </li> <li class="menuLink"> <a href="#">Cases<i class="fa fa-caret-right right"></i></a> </li> <li class="menuLink"> <a href="#">Testimonials<i class="fa fa-caret-right right"></i></a> </li> </ul> </div> <!-- headerNav --> </div> </div> <!--/ .wrapper --> </div> <!--/ .inneriPhone --> </div> <!--/ .containerIphone -->
</div> <!--/ .outside --> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Button - Test - Script Codes CSS Codes

/* resets*/
body { margin: 0; padding: 0; }
/* dropdowns */
.active .dropdown { display:block; }
.dropdown { display:none; }
/* outer template */
.outside{ background: #e5e5e5; height: 100%; width: 100%; position: fixed; top: 0; left: 0; z-index: -10;
}
.containerIphone5{ background-image:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/101702/iphone-5.png'); background-size: 396px 883px; background-color: transparent; width: 396px; height: 883px; margin: auto; position:absolute; top:12px; left:0;bottom:0; right:0;
}
.innerIphone5{ background-color: #fff; width: 320px; height: 568px; /* - 20px for status */ height: 548px; margin: auto; position:absolute; top:-56px; /* needs improvement */ left:0;bottom:0; right:0;
}
.wrapper { font-family: helvetica; }
.header { background-color: #333; color: #fff; height: 36px; width: 100%; line-height: 36px;
}
/* should be replaced with image */
.headerLogo { display:inline; font-size: 24px; line-height: 36px; padding-left: 6px;
}
.headerMenu{ float:right; font-size: 36px; margin-right: 6px;
}
.headerLogo a, .headerMenu a { color:#fff; text-decoration:none; }
.headerNav { background-color: #292c2d; overflow:hidden; width:100%;
}
.headerNav a { color: #f3f3f3; text-decoration: none; }
.headerNav ul { list-style-type: none; margin:0; padding-left: 0; text-align:left;
}
.headerNav ul li { border-bottom: 1px dotted #34393b; display:inline-block; width: 100%;
}
.menuLink a { display:block; line-height: 48px; padding: 0 12px;
}
.headerNav ul li a i { line-height: 48px;
}
.right { float:right; }
.findLabLink { background-color: #48e0a4; margin: 0 auto; text-align: center; width: 84%;
}
.findLabLink a { color: rgb(40,43,45); display:block; line-height: 48px;
}
.headerContact { line-height: 60px; text-align: center;
}
.headerContact a { background-color: #464241; border-radius: 2px; letter-spacing: 3px; padding: 8px 18px;
}
.headerContact i { margin-left: 30px;
}

Button - Test - Script Codes JS Codes

$(function () { $('.dd').on('click', function(event){ event.stopPropagation(); $('.headerNav').toggleClass('active'); });
});
Button - Test - Script Codes
Button - Test - Script Codes
Home Page Home
Developer Juan Gallardo
Username JGallardo
Uploaded August 18, 2022
Rating 3
Size 2,834 Kb
Views 36,432
Do you need developer help for Button - Test?

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!

Juan Gallardo (JGallardo) Script Codes
Create amazing video scripts 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!