您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

26 行
505 B

<style>
.fond {
margin:auto;
top:0;
}
  
.texte {
color:black;
margin:auto;
position:absolute;
z-index:2;
top:0;
width:100%;
}
</style>
<div class="container-fluid" id="BlocksBrowser"></div>
<div class="container-fluid bg-grey">
  <div class="row">
    <div class="col-sm-12 text-center">
      OK ... Here i don't really understand anything.<br>
      That's a copy/passte of Jeff's Thomas code.<br>
      And i just replace mouse move by a path computed from the block HASH.
    </div>
  </div>
</div>