git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add new benchmark tests.
[WebKit-https.git]
/
PerformanceTests
/
Animometer
/
tests
/
master
/
resources
/
stage.css
1
html {
2
height: 100%;
3
}
4
body {
5
width: 100%;
6
height: 100%;
7
overflow: hidden;
8
margin: 0;
9
padding: 0;
10
background-color: rgb(241, 241, 241);
11
font-family: -apple-system, "Helvetica Neue", Helvetica, Verdana, sans-serif;
12
}
13
14
#stage {
15
position: relative;
16
width: 100%;
17
height: 100%;
18
background-color: rgb(241, 241, 241);
19
}
20
21
#center-text {
22
position: absolute;
23
z-index: 3;
24
top: 50%;
25
left: 50%;
26
transform: translateX(-50%) translateY(-50%);
27
}