content: "しもの";
のところを編集して走者名を変えれます-webkit-text-stroke: 6px red;
の red を #000
とかにするほうが綺麗に見せれます
.root::before, .root::after{ content: "しもの"; color: #fff; font-size: 40px; position: absolute; top: 0px; left: 8px; z-index: 9999; font-weight: bold; } .root::before{ -webkit-text-stroke: 6px red; } .root::after{ -webkit-text-stroke: 0; }