Ex No: 12 | RESPONSIVE IMAGE GALLERY | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aim: | To design a webpage to implement responsive image gallery. | ||||||||||||||||||
Algorithm | |||||||||||||||||||
Step1: Create a folder “Ex12” to place the HTML files. | |||||||||||||||||||
Step2: Create HTML file “index.html”. | |||||||||||||||||||
Step3: Use CSS Flex property to create flex container. | |||||||||||||||||||
Step4: Store images in "images" folder. | |||||||||||||||||||
|
|||||||||||||||||||
Source Code | |||||||||||||||||||
index.html
|
|||||||||||||||||||
Result: | Thus a webpage is designed to implement Responsive Image Gallery using CSS. |