PHP Classes

File: WIAdmin/WIModule/menu_button/button.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIModule/menu_button/button.php   Download  
File: WIAdmin/WIModule/menu_button/button.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 296 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style>
#cpBtn>div
{
 width:20px;
 height:4px;
 background:#333;
 margin:3px 0px;
 border-radius:4px;
}
</style>
</head>

<body>
<button id="cpBtn">
<div></div>
<div></div>
<div></div>
</button>
</body>
</html>