.display { display: inline-block; box-sizing: border-box; position: relative; width: 60px; height: 100px; border: solid 4px #111; background-color: #111; overflow: hidden; } .display::before { content: ""; position: absolute; top: 50%; left: 50%; width: 28px; height: 28px; transform: translate(-50%, -50%) rotate(45deg); } .display::after { content: ""; position: absolute; top: 50%; left: 50%; widt