Flexbox Gallery with Angularjs

Developer
Size
1,863 Kb
Views
20,240

How do I make an flexbox gallery with angularjs?

What is a flexbox gallery with angularjs? How do you make a flexbox gallery with angularjs? This script and codes were developed by Adnene Manai on 15 October 2022, Saturday.

Flexbox Gallery with Angularjs Previews

Flexbox Gallery with Angularjs - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flexbox Gallery with Angularjs</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="main"> <img data-ng-repeat="i in [1,2,3,4,5,6,7,8,9]" ng-src="http://lorempixel.com/640/640/people/{{i}}">
</div> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular.min.js'></script>
<script src='https://dat-gui.googlecode.com/git/build/dat.gui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Flexbox Gallery with Angularjs - Script Codes CSS Codes

body { margin: 0; background: #1D1F20;
}
.main { display: -ms-flexbox; -ms-flex-wrap: wrap; -ms-flex-direction: column; display: flex; flex-direction: column; flex-wrap: wrap; height: 100vw; width:100%; font-size: 0;
}
.main img { height: 33%; width: 33%; transition: .8s opacity;
}
.main:hover img { opacity: 0.3; }
.main:hover img:hover { opacity: 1; } 

Flexbox Gallery with Angularjs - Script Codes JS Codes

angular.module('app', []);
angular.bootstrap(document, ['app']);
Flexbox Gallery with Angularjs - Script Codes
Flexbox Gallery with Angularjs - Script Codes
Home Page Home
Developer Adnene Manai
Username adnmanai
Uploaded October 15, 2022
Rating 3
Size 1,863 Kb
Views 20,240
Do you need developer help for Flexbox Gallery with Angularjs?

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!

Adnene Manai (adnmanai) Script Codes
Create amazing web 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!