Skip to content

Instantly share code, notes, and snippets.

View dgloriaweb's full-sized avatar

Beatrix Gloria Ducz dgloriaweb

  • freelancer
View GitHub Profile
.styleClass
{
display:table-cell;
border:1px solid black;
padding: 20px;
text-align:center;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<input type ="button" value="click me" id="btn" onclick="getEventDetails(event)"/>
<div id="result"></div>