Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
HTML
 <div>
    <img src="https://tdn.totvs.com/download/attachments/725739021/capa-release-notes2w.png?version=1&modificationDate=1673218362722&api=v2" alt=""> </div>
HTML
<style>

img {
  max-width: 100%;
}
</style>
HTML
      <div class="row">

        <div>
          <!--   <a href="#" id="btn">Button 1</a>   -->
          <a href="#" class="button" target="_blank">JANEIRO</a>
          <a href="#" class="button" target="_blank">FEVEREIRO</a>
          <a href="#" class="button" target="_blank">MARÇO</a>
          <a href="#" class="button" target="_blank">ABRIL</a>

        </div>
        <div>
          <a href="#" class="button" target="_blank">MAIO</a>
          <a href="#" class="button" target="_blank">JUNHO</a>
          <a href="#" class="button" target="_blank">JULHO</a>
          <a href="#" class="button" target="_blank">AGOSTO</a>

        </div>
        <div>
          <a href="#" class="button" target="_blank">SETEMBRO</a>
          <a href="#" class="button" target="_blank">OUTUBRO</a>
          <a href="#" class="button" target="_blank">NOVEMBRO</a>
          <a href="#" class="button" target="_blank">DEZEMBRO</a>

        </div>
        <div>
HTML
<style>  

div {
  text-align: center;
}
section {
  padding: 60px 0;
  min-height: 100vh;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  font-family: LATO;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #fffcfc;
}

.brand_border .fa.fa-minus {
  color: #fff;
  font-size: 8px;
  height: 2px;
  background: #f8c01b none repeat scroll 0 0;
  width: 100px;
}
.brand_border .fas.fa-handshake {
  font-size: 14px;
  color: #000000;
}

.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 0;
  font-family: LATO;
}

.choose_us .section_title {
  margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
#service .single_service:hover {
  background: #f8c01b none repeat scroll 0 0;
}

.button {
  width: 110px;
  margin: 5px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 15px;
  font-family: "LATO";
  font-weight: 300;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #00bfff;
  text-decoration: none;
}

.button:hover {
  color: #fff;
  /* background-color: #009bcf; */
}

.button:active {
  color: #fff;
  background-color: #006486#DADADA;
}



 </style>