首页htmltextPage Widget - 如何创建刻文字

Page Widget - 如何创建刻文字

我们想知道如何创建刻文字。


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
body {
  background-color: #5875C8;
  text-align: center;
}

h1 {
  cursor: default;
  font: bold 48pt 'Orbitron';
  color: #4B68B8;
  text-shadow: #273F82 1px 0px 0px, #6D8CE3 0px 1px 0px;
}
</style>
</head>
<body>
  <h1>really cool text</h1>
</body>
</html>