31 lines
533 B
CSS
31 lines
533 B
CSS
/* See comment on html directly */
|
|
|
|
.noaiwebring {
|
|
width: 80%;
|
|
position: relative;
|
|
}
|
|
|
|
.noaiwebring > img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.noaiwebring > a > div {
|
|
position: absolute;
|
|
}
|
|
|
|
.noaiwebring > a > .nxt {
|
|
left: 76.1%; top: 6.5%; width: 20.5%; height: 48.4%;
|
|
}
|
|
|
|
.noaiwebring > a > .prv {
|
|
left: 2.3%; top: 6.5%; width: 20.5%; height: 48.4%;
|
|
}
|
|
|
|
.noaiwebring > a > .rnd {
|
|
left: 71.6%; top: 61.3%; width: 12.5%; height: 35.5%;
|
|
}
|
|
|
|
.noaiwebring > a > .home {
|
|
left: 26.1%; top: 48.4%; width: 44.3%; height: 48.4%;
|
|
} |