Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
SVN
/
payment
:
layout02.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!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>