Difference between revisions of "Team:ASIJ Tokyo/bar"

Line 18: Line 18:
 
.tutorial {
 
.tutorial {
 
  position: sticky;
 
  position: sticky;
position: -webkit-sticky;
 
 
  top: 0;
 
  top: 0;
 
  width: 100%;
 
  width: 100%;
Line 34: Line 33:
 
z-index: 1;
 
z-index: 1;
 
}
 
}
 +
 
.tutorial .information {
 
.tutorial .information {
 
  width: 100%;
 
  width: 100%;
Line 41: Line 41:
 
z-index: 1;
 
z-index: 1;
 
}
 
}
 +
 
.tutorial .information h1 {
 
.tutorial .information h1 {
 
  color: #333;
 
  color: #333;
Line 48: Line 49:
 
z-index: 1;
 
z-index: 1;
 
}
 
}
 +
 
.tutorial .information h3 {
 
.tutorial .information h3 {
 
  color: #e0e0e0;
 
  color: #e0e0e0;

Revision as of 14:48, 13 October 2018