mirror of
https://github.com/inspec/inspec
synced 2024-11-24 13:43:09 +00:00
28 lines
369 B
CSS
28 lines
369 B
CSS
|
|
h1 {
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 250%;
|
|
}
|
|
|
|
.demo-view {
|
|
display: block;
|
|
}
|
|
|
|
.instructions {
|
|
position: fixed;
|
|
top: 30%;
|
|
left: 35%;
|
|
width: 70%;
|
|
height: 35%;
|
|
margin-top: -9em;
|
|
margin-left: -15em;
|
|
color: white;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.instructions-content {
|
|
margin: 20px 20px 20px 20px;
|
|
}
|