CSS Target Event

Developer
Size
1,783 Kb
Views
22,264

How do I make an css target event?

What is a css target event? How do you make a css target event? This script and codes were developed by Elad Shechter on 13 July 2022, Wednesday.

CSS Target Event Previews

CSS Target Event - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Target Event</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p>Click on one of the buttons</p>
<a href="#item1" class="button">image 1</a>
<a href="#item2" class="button">image 2</a>
<div class="container"> <img id="item1" src="http://distilleryimage0.s3.amazonaws.com/572f3e0663f711e2a74422000a1ddb8e_7.jpg" /> <img id="item2" src="http://distilleryimage0.s3.amazonaws.com/bc6ab010bd3a11e2988a22000ae9082c_7.jpg" />
</div>
</body>
</html>

CSS Target Event - Script Codes CSS Codes

/*set size to contaier of images*/
.container{ width:200px; height:200px; background-color:#ddd;
}
/*hide images & set image size*/
.container img {display:none; width:200px;}
/*set link to look like buttons*/
.button{ font-weight:bold; text-transform:uppercase; display:inline-block; margin-right:10px; color:white; display:ibline-block; background-color:#5562c1; padding:10px; border:solid 2px #333; border-radius:10px; text-decoration:none; margin-bottom:10px;
}
a:hover{background-color:#3f498e;}
.container img:target{display:block;}
CSS Target Event - Script Codes
CSS Target Event - Script Codes
Home Page Home
Developer Elad Shechter
Username elad2412
Uploaded July 13, 2022
Rating 3
Size 1,783 Kb
Views 22,264
Do you need developer help for CSS Target Event?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Elad Shechter (elad2412) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!