inspec/www/tutorial/styles.css
2016-09-23 16:01:18 +02:00

12 lines
166 B
CSS

/* Master Styles */
.inspec-tutorial {
color: white;
background-color: black;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}