inspec/www/tutorial/styles.css
2016-09-23 15:49:54 +02:00

11 lines
150 B
CSS

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