4 border:
10px solid black;
10 display: inline-block;
11 transform: translateZ(
0);
18 transform: rotate(
45deg) translateZ(
0);
23 The white text and grey backgrounds should all clip to the border-radius.
26 <!-- static container -->
27 <div class=
"outer" style=
"position: static;">
28 <div class=
"inner" style=
"position: static;">
33 <div class=
"outer" style=
"position: static;">
34 <div class=
"inner" style=
"position: relative;">
39 <!-- relative container -->
40 <div class=
"outer" style=
"position: relative;">
41 <div class=
"inner" style=
"position: static;">
46 <div class=
"outer" style=
"position: relative;">
47 <div class=
"inner" style=
"position: relative;">
48 relative
> relative
52 <div class=
"outer" style=
"position: relative;">
53 <div class=
"inner" style=
"position: absolute;">
54 relative
> absolute