21 lines
503 B
CSS
21 lines
503 B
CSS
/* See comment on html directly */
|
|
|
|
.noaiwebring { 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%;} |