.copy-block { position: absolute; right: 80px; bottom: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 80px; height: 80px; font-size: 20px; background: #fff; border-radius: 40px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); cursor: pointer; .copy-block-text { font-size: 12px; } } .copy-block-code { color: #fff; background: #000; }