Scala trial: write benchmark
This commit is contained in:
parent
0bd025dd14
commit
6b0fad89dc
7 changed files with 136 additions and 0 deletions
22
lang-trials/scala-benchmark/main.css
Normal file
22
lang-trials/scala-benchmark/main.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
body {
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
color: #fcfcfc;
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
canvas {
|
||||
float: left;
|
||||
background-color: #020202;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-top: 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue