inspec/www/tutorial/styles.css

13 lines
166 B
CSS
Raw Normal View History

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