summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/ifc-float-left-and-sibling-with-margin-left.html
blob: d44e5f5ce40015570f62b4a10d28b939675fa7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html><html><head><style>
    * {
      border: 1px solid black;
      font-family: 'SerenitySans';
    }
    .thumbnail {
      float: left;
      width: 50px;
      height: 50px;
      background-color: pink;
    }
    .title {
      margin-left: 80px;
      background-color: orange;
    }
</style></head><body><div class="thumbnail"></div><div class="title">Chrono Trigger