How can I add two buttons back and forth to a gallery in materialize CSS

1

Hello friends, I have the following code, using the Materialize CSS framework, someone knows how I could create two buttons, one on the back and one on the front, I saw all their docs and I can not find it and I also search the internet and I can not find anything related to this framework.

My current code of my gallery:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
  <title>Lovi acabados</title>
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  <link href="css/materialize.css" type="text/css" rel="stylesheet"/>
  <link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<style type="text/css">
 
  
.nav-wrapper{
  background:#ff7334;
}

.nav-content{
  background:#0D0D0D;
}

.page-footer{
  height:505px;
    background:#000000;

}

.contactoinfo{
  color:#F2F2F2;
}
.tarjetas{
  color:#fff;
}

/*MENU*/


</style>
<body>

  <nav style="background:#ff7334;"  class=" lighten-1" role="navigation">
      <ul class="right hide-on-med-and-down">
      <li><a href="#">Lovi Acabados</a></li>
<li><a  href="producto2.html">Azulejo</a></li>
        <li><a  href="producto3.html">Barro</a></li>
        <li><a  href="producto4.html">Block</a></li>
        <li><a  href="producto5.html">Cantera</a></li>
        <li><a  href="producto6.html">Esculturas reducidas</a></li>
        <li><a  href="producto7.html">Fuentes</a></li>
        <li><a  href="producto8.html">Granito</a></li>
        <li><a  href="producto9.html">Iluminación</a></li>
        <li><a href="producto10.html">Jacuzzi</a></li>
        <li><a  href="producto11.html">Ladrillo refractario</a></li>
        <li><a  href="producto12.html">Mármol</a></li>
        <li><a  href="producto13.html">Piedras decorativas</a></li>
        <li><a  href="producto15.html">Piso</a></li>
        <li><a  href="producto17.html">Sanitarios</a></li>
        <li><a  href="producto16.html">Tejas</a></li>      </ul>

      <ul id="nav-mobile" class="side-nav">
<li><a  href="producto2.html">Azulejo</a></li>
        <li><a  href="producto3.html">Barro</a></li>
        <li><a  href="producto4.html">Block</a></li>
        <li><a  href="producto5.html">Cantera</a></li>
        <li><a  href="producto6.html">Esculturas reducidas</a></li>
        <li><a  href="producto7.html">Fuentes</a></li>
        <li><a  href="producto8.html">Granito</a></li>
        <li><a  href="producto9.html">Iluminación</a></li>
        <li><a href="producto10.html">Jacuzzi</a></li>
        <li><a  href="producto11.html">Ladrillo refractario</a></li>
        <li><a  href="producto12.html">Mármol</a></li>
        <li><a  href="producto13.html">Piedras decorativas</a></li>
        <li><a  href="producto15.html">Piso</a></li>
        <li><a  href="producto17.html">Sanitarios</a></li>
        <li><a  href="producto16.html">Tejas</a></li>      </ul>
      <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
    </div>
  </nav>
<!-- Galeria principal -->
  <div id="test1" class="col s12">

 <div class="slider">
    <ul class="slides">
      <li>
        <img id="active" src="img/logo.png"> <!-- random image -->
        <div class="caption center-align">
          <h3>Lovi Acabados</h3>
          <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
        </div>
      </li>
      <li>
        <img src="img/2.JPG"> <!-- random image -->
        <div class="caption left-align">
          <h3>Las mejores piedras de sonora</h3>
          <h5 class="light grey-text text-lighten-3">Necesitas decorar tu casa, somos los expertos.</h5>
        </div>
      </li>
      <li>
        <img src="img/3.JPG"> <!-- random image -->
        <div class="caption right-align">
          <h3>Virgenes de Guadalupe</h3>
          <h5 class="light grey-text text-lighten-3">Tenemos las mejores estatuas de la virgen de Guadalupe hechas a mano por nuestros expertos.</h5>
        </div>
      </li>
      <li>
        <img src="img/5.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Amas a los animales !</h3>
          <h5 class="light grey-text text-lighten-3">Tenemos las mejores esculturas de animales decorativos para tu Hogar.</h5>
        </div>
              <li>
        <img src="img/6.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Nos has decorado tu casa!</h3>
          <h5 class="light grey-text text-lighten-3">Decora tu casa con las mejores piedras de sonora.</h5>
        </div>
      </li>

      <li>
        <img src="img/7.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Dale un toque unico a tu casa</h3>
          <h5 class="light grey-text text-lighten-3">Lovi Acabados tenemos las mejores decoracion del estado.</h5>
        </div>
      </li>

      <li>
        <img src="img/8.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Dale Paz y alegria a tu casa!</h3>
          <h5 class="light grey-text text-lighten-3">En Lovi Acabados tenemos para ti las virgenes de guadalupe talladas a mano.</h5>
        </div>
      </li>

      <li>
        <img src="img/9.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Dale elegancia a tu casa!</h3>
          <h5 class="light grey-text text-lighten-3">Dale elegancia a tu casa con las mejores esculturas de piedra para tu casa.</h5>
        </div>
      </li>

      <li>
        <img src="img/10.JPG"> <!-- random image -->
        <div class="caption center-align">
          <h3>Dale  distincion a tu casa!</h3>
          <h5 class="light grey-text text-lighten-3">Dale distincion a tu hogar con las mejores estaturas de piedra para ti aqui en Lovi Acabados.</h5>
        </div>
      </li>


   </div>
      </li>
      </li>
    </ul>
  </div>
    
asked by simon 25.05.2017 в 03:22
source

1 answer

0

Here is an example, it's a question of adapting it.

Greetings

link

    
answered by 25.05.2017 в 05:05