<b> CSS Button Hover Effects Codepen Type</b> Copy Cord <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" /> <style> body { padding: 0; direction: rtl; background-color: #FCFCFC; text-align: right; } a:hover { text-decoration: none !important; } .dedcription-btn { width: 250%; position: relative; display: inline-bl…