Gallery css

Developer
Size
1,901 Kb
Views
38,456

How do I make an gallery css?

What is a gallery css? How do you make a gallery css? This script and codes were developed by Gonchar Dima on 21 August 2022, Sunday.

Gallery css Previews

Gallery css - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>gallery css</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="gallery"> <a tabindex="1"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="2"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="3"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="4"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="5"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="6"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="7"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="8"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="9"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="10"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="11"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> <a tabindex="12"><img src="http://cdn.sci-news.com/images/2015/07/image_3059-Rooster.jpg"></a> </div>
</body>
</html>

Gallery css - Script Codes CSS Codes

/* Page layout styles */
/* Photo Gallery styles */
.gallery { margin: 50px auto 0 ; max-width: 900px;
}
.gallery a { display: inline-block; height: 150px; position: relative; width: 200px; /* CSS3 Prevent selections */ -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; user-select: none;
}
.gallery a img { border: 10px solid #fff; cursor: pointer; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; /* CSS3 Box sizing property */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; /* CSS3 transition rules */ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; /* CSS3 Box Shadow */ -moz-box-shadow: 2px 2px 4px #444; -webkit-box-shadow: 2px 2px 4px #444; -o-box-shadow: 2px 2px 4px #444; box-shadow: 2px 2px 4px #444;
}
/* Custom CSS3 rotate transformation */
.gallery a:hover img { cursor: default; height: 250%; left: -150px; top: -100px; position: absolute; width: 250%; z-index: 25; /* CSS3 transition rules */ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; /* CSS3 transform rules */ -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
}
Gallery css - Script Codes
Gallery css - Script Codes
Home Page Home
Developer Gonchar Dima
Username crauler
Uploaded August 21, 2022
Rating 3
Size 1,901 Kb
Views 38,456
Do you need developer help for Gallery css?

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!

Gonchar Dima (crauler) Script Codes
Create amazing Facebook ads 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!