thinking

front-end


  • Startseite

  • Archiv

  • Tags

cool UI

Veröffentlicht am 2016-05-18

how can we add common block on canvas?

set “z-index”

1
2
3
4
5
6
7
8
9
@charset "utf-8"
#canvas{
z-index: 1;
}
.block{
display: block;
position: absolute;
z-index: 5;
}

here is my demo

1…91011…22
Ipo

Ipo

Do one thing to the best

22 Artikel
20 Tags
© 2016 Ipo
Erstellt mit Hexo
Theme - NexT.Pisces