How to make my slider
responsive. I have already typed all the codes, and it is in css
pure (I made it from galleries that I downloaded on the internet, which are used to change color, icons, etc.), I would like to know the code that I should put and where I should it, to make my slider
responsive.
<!doctype html>
<html lang="en">
<title>Slider UNIP</title>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/vendor/normalize.css">
<link rel="stylesheet" href="../../dist/gallery.prefixed.css">
<link rel="stylesheet" href="../../dist/gallery.theme.css">
</head>
<body>
<div class="gallery items-3">
<div id="item-1" class="control-operator"></div>
<div id="item-2" class="control-operator"></div>
<div id="item-3" class="control-operator"></div>
<figure class="item">
<img src="C:\Users\jose\Desktop\css\gallery-css-master\examples\standard\agua1.jpg" />
</figure>
<figure class="item">
<img src="C:\Users\jose\Desktop\css\gallery-css-master\examples\standard\agua3.jpg" />
</figure>
<figure class="item">
<img src="C:\Users\jose\Desktop\css\gallery-css-master\examples\standard\agua2.png" />
</figure>
<div class="controls">
<a href="#item-1" class="control-button">•</a>
<a href="#item-2" class="control-button">•</a>
<a href="#item-3" class="control-button">•</a>
</div>
</div>
</body>
</html>