inspec/www/tutorial/styles.css

12 lines
150 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;
}