SYSTEM LOGIN
https://codepen.io/guldus/pen/QJXdOj HTML CODE: <p id="result"></p> <input type="text" id="name" placeholder="username"/> <input type="text" id="pass" placeholder="password"/> <button type="button" id="but" onclick="show();">LOGIN</button> CSS CODE: body{ background:#952323; color:darkkhaki; font-family:'AR JULIAN'; display:flex; height:100vh; align-items:center; justify-content:center; overflow:hidden; color:darkkhaki; letter-spacing:2px; position:relative } input { border: none; border-bottom: 1px solid darkkhaki; background: transparent; color: #fff; padding: 10px; outline: none; letter-spacing: 2px; font-family: "AR JULIAN"; }... Continue Reading →
CSS Design – BOOK
CSS Design - BOOK