疑似要素 :before :after で年表を作る

たとえばこのような図形をCSSで作るときに、、、 .container dt{ width: 130px; height: 40px; font-size: 16px; font-weight: bold; background: #ffd800; line-height: 40px; text-align: center; position: relative; float: left; } .container dt:before{ display: block; content:""; width: 0; height: 0; border: …