LightBox image Galery in html css and javaScript
Lightbox is a javascript library that displays images and videos by filling the screen, and dimming out the rest of the web page. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body{ font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 0; } *{ box-sizing: border-box; } .row>.column{ padding: 0 8px; } .row:after{ ...
Comments
Post a Comment