File "layout02.html"

Full Path: /home/analogde/www/SVN/payment/layout02.html
File size: 825 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body>
    <style>
 
      <!--
    *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} -->
coco{
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: red;
}
button{
  margin-right: 20px;
}
.btn1{
  color: #fff;
}
.btn2{
  color: #AAA;
}
.btn1, .btn2{
  position: relative;
  background: transparent;
  padding: 20px 30px;
  font-size: 30px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 10;
  trasition: all 0.5s ease;
}
      
    </style> <coco> <button class="btn1">Button1</button> <button class="btn2">Button2</button>
    </coco>
  </body>
</html>