browser-dead
Version:
Identify old and unsupported browsers simple easy way
29 lines (25 loc) • 412 B
CSS
.browser-dead {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 140px;
text-align: center;
z-index: 100;
padding-top: 20px;
}
.browser-dead .title {
font-size: 22px;
line-height: 22px;
text-transform: uppercase;
}
.browser-dead p {
font-size: 13px;
line-height: 15px;
}
.browser-dead btn {
position: relative;
padding: 10px 22px;
width: 220px;
}