Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy
Copyright © 2024 Searchweb7.com, All rights reserved.

Home Page > Index Menu > Coding Library Archive > Sign-up / Login Button
Sign-up / Login Button
Live Demo
دليل الإنترنت والبحث
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>

.btn-btn2 button {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 16px;
    border: 2px solid white;
    width: 80%;
    display: block;
    background-color: white;
    color:black;
     border-radius:13px;
}



.btn-btn2 button a:hover {
    color: white;
    background-color: red;
    border: 2px dotted #de2600;
    border-radius:13px;
}

</style>

</head>
<body>

<div class="btn-btn2"><button><a href="https://www.searchweb7.com/english/video-collections.html" target="_blank">Create a free account</button></div>

</body>
</html>