Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div id="loading">載入中...,請稍候</div>
</body>
</html>
 
#loading{
  position:fixed;
  width: 100%;
  height: 100%;
  font-size: 2em;
  top: 0px;
  right:0px;
  left: 0px;
  bottom: 0px;
  margin: 0 auto;
  /* margin:  auto; */
  padding: 30%;
  background: rgba(0,0,0,0.4);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers