.p { animation: 1s shake infinite; } .p:nth-of-type(2n) { animation: 1s shake reverse infinite; } body { font-family: monospace; } .name { color:#fd1a1c; font-weight:900; text-shadow:-1px 3px 14px #000 } .name::before { content: "Glegle Enthusiast"; } .name::after { content:""; background:url(/assets/icons/opworm.png) 0 0 no-repeat; position:relative; width:16px; height:16px; display:inline-block; top:.3em; left:.375em; margin-right:.25em }