A Pen by Luis Ulua

Developer
Size
3,063 Kb
Views
8,096

How do I make an a pen by luis ulua?

What is a a pen by luis ulua? How do you make a a pen by luis ulua? This script and codes were developed by Luis Ulua on 09 January 2023, Monday.

A Pen by Luis Ulua Previews

A Pen by Luis Ulua - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Luis Ulua</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <form action="#" class="login-form"> <header> <p>Login Form</p> <button class="close-form">	<i class="fa fa-times"></i>	</button> </header> <div class="enter-info"> <div class="input-module"> <input type="text" class="username" placeholder="Username" required> <i class="fa fa-user"></i> </div> <div class="input-module"> <input type="password" class="password" placeholder="Password" required> <i class="fa fa-lock"></i> </div> <button class="submit">	Sign In	</button> <a href="" class="forgot">Lost Your Password?</a> </div>
</form> <script src='https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.5/vue.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Luis Ulua - Script Codes CSS Codes

* { box-sizing: border-box;
}
body { width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.6);
}
.login-form { width: 30%; margin: 2rem auto; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.login-form header { width: 100%; background: -webkit-linear-gradient(#599485, #478978, #3f7b6c, #386d60); background: linear-gradient(#599485, #478978, #3f7b6c, #386d60); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px;
}
.login-form header p { font-size: 0.9rem; font-weight: bold; margin: 0; color: #f7f7f7; text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.login-form header .close-form { border: 0; background: transparent; color: #f7f7f7; text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.login-form .enter-info { padding: 20px; background: #495867; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
}
.login-form .input-module { margin: 10px 0 20px 0;
}
.login-form .input-module input { border: 0; padding: 1px; background: #495867; color: #fff;
}
.login-form .submit { background: #478978; border: 0; padding: 5px; border-radius: 3px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.login-form .forgot { color: #fff; font-size: 0.5rem;
}

A Pen by Luis Ulua - Script Codes JS Codes

var username = document.querySelector(".username"),	password = document.querySelector(".password"),	submit = document.querySelector(".submit"),	login_form = document.querySelecotr(".login-form");
var user = "testuser123",	pass = "123abc";
submit.addEventlistener("click", fadeForm);
function fadeForm() {	if (username === user) {	if (password === pass) {	console.log("Welcome Back!");	}	}
}
A Pen by Luis Ulua - Script Codes
A Pen by Luis Ulua - Script Codes
Home Page Home
Developer Luis Ulua
Username UluaWebDev
Uploaded January 09, 2023
Rating 3
Size 3,063 Kb
Views 8,096
Do you need developer help for A Pen by Luis Ulua?

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!

Luis Ulua (UluaWebDev) 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!