Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
/*========== Colors ==========*/
--first-color: hsl(232, 54%, 43%);
--text-color: hsl(232, 8%, 35%);
--white-color: hsl(232, 100%, 99%);
--body-color: hsl(232, 45%, 90%);
--container-color: hsl(232, 54%, 11%);
}

/*=============== INPUT PASSWORD ===============*/
*{
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

/* Transition effect */
1 change: 1 addition & 0 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*=============== SHOW / HIDDEN INPUT ===============*/
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">

<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">

<title>Input password show hidden - Bedimcode</title>
</head>
<body>


<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.