Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. S

    use checkbox for image switch

    <!DOCTYPE html> <html lang="de"> <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>Pikachu</title> <link rel="stylesheet" href="style.css"> <link...
  2. S

    use checkbox for image switch

    *{ font-family: "Verdana", "calibri", sans-serif; line-height: 1.5; } h1 { margin-top: 0; } ul { margin-bottom: 0; } h1, h2 { background: #fc9709; color: white; text-align: center; padding: 1.5; box-shadow: 2px 2px 5px red; text-shadow: 1px 1px 1px...
  3. S

    use checkbox for image switch

    .umschalter input { appearance: none; width: 100%; height: 100%; border: 1px solid white; border-radius: 4.5em/50%; background-color: white; margin: 0; margin-right: 3%; margin-top: 10%; } .umschalter input { height: 8em; width: 18em; position...
  4. S

    use checkbox for image switch

    I have created a checkbox and want that when using all images change to other images, is such a thing possible?
Back
Top Bottom