chromium/tools/perf/page_sets/tough_animation_cases/resources/tablet.css

/* Copyright 2014 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

body {
  margin: 0;
  overflow: hidden;
}

container {
  display: flex;
  flex-flow: row wrap;
  width: 550px;
  height: 800px;
  background-color: lightgrey;
}

target {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: green;
}