inspec/www/demo/styles.css

13 lines
166 B
CSS
Raw Normal View History

2016-08-24 08:58:40 -04:00
/* Master Styles */
.inspec-tutorial {
2016-08-29 17:12:31 -04:00
color: white;
2016-08-24 08:58:40 -04:00
background-color: black;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
2016-09-23 15:26:22 +02:00
z-index: 100;
}