Web Code
Login
Sign Up
HTML
CSS
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration:none; font-family: "Poppins", sans-serif; } .footer_new { padding: 50px 0 0; background: #1b1b1b; } .footer_bottom { margin-top:50px; } .top_footer h2 { color: #fff; font-size: 50px; text-transform: uppercase; letter-spacing: 4px; } .btn_group_send { text-align: right; } .btn_group_send .one_a { background: #85c607; border-color: #85c607; margin-right: 15px; } .btn_group_send a { border: 1px solid #fff; height: 150px; display: inline-block; width: 150px; font-size: 20px; color: #fff; text-transform: uppercase; line-height: 150px; text-align: center; border-radius: 150px; text-decoration:none; } .footer_bottom p { color: #fff; } .footer_logo { width:150px; } .list_footer { text-align: center; list-style: none; margin: 0px; padding: 0px; } .list_footer a { color: #fff; line-height: 40px; font-size: 18px; text-decoration:none; } .list_footer_icon_set svg { fill: #fff; } .Copyright2023 { margin: 0; text-align: center; color: #fff; padding: 10px 0; border-top: 1px solid #a1a1a1; }
JS
Output