Using some CSS Grid + some vanilla javascript it makes for a great image gallery.
Check out the completed example here.![]()
HTML
1 |
|
CSS
1 | body { |
Javascript
1 | const current = document.querySelector('#current'); |
Using some CSS Grid + some vanilla javascript it makes for a great image gallery.
Check out the completed example here.![]()
1 |
|
1 | body { |
1 | const current = document.querySelector('#current'); |