skip to Main Content

SVG edit with HTML, CSS and JS

im trying to make a subscribtion card with template. The template is displaying loading animation with circle and "thank you" note. Can someone help me erase the circle so when i click submit to display only thank you. <3 This…

VIEW QUESTION

Css – Trouble styling the path element inside an SVG

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document</title> <link rel="stylesheet" href="./svg.css" /> <style> svg { width: 50px; height: 50px; transition: 0.5s; cursor: pointer; } #add:checked ~ label > svg > .circle { width: 100px;…

VIEW QUESTION
Back To Top
Search