提交 c52f6471 编写于 作者: M Mr.doob

Figured out what was slowing down the periodic table example.

上级 55bb72a7
......@@ -12,7 +12,7 @@
body {
background-color: #000000;
margin: 0;
font-family: Arial;
font-family: Helvetica, sans-serif;;
overflow: hidden;
}
......@@ -69,12 +69,7 @@
font-size: 60px;
font-weight: bold;
color: rgba(255,255,255,0.75);
-webkit-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
-moz-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
-o-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
-ms-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
text-shadow: 0 0 10px rgba(0,255,255,0.95);
}
.element .details {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册