bulk: changing experiments structure and how i use it.
This commit is contained in:
parent
20d4c9d3b7
commit
521c5b0063
20 changed files with 802 additions and 0 deletions
39
machine/measure-bs/measure.html
Normal file
39
machine/measure-bs/measure.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style>
|
||||
.h {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mm {
|
||||
height: 10mm;
|
||||
width: 1mm;
|
||||
}
|
||||
|
||||
body div *:nth-child(2n) {
|
||||
background: red;
|
||||
}
|
||||
|
||||
body div * {
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="h" id="mm">
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
<div class="mm"></div>
|
||||
</div>
|
||||
<div data-html-copy="#h"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue