vikki-tools
Version:
Libraries for https://tools.vikki.in
28 lines (26 loc) • 575 B
CSS
.ip_result_box {
width: 100%;
min-height: 80px;
margin-bottom: 40px;
position: relative;
text-align: center;
border-radius: 3px;
/* background: #fff; */
background: #ffffff;
letter-spacing: 2px;
transition: all ease-in 0.3s;
border: 1px solid #DEDDCF
}
.ip_result_box .ip_result {
width: 70%;
padding: 1.5em 1em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
word-wrap: break-word;
font-size: x-large;
}
.ip_result_box_shadow {
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}