This commit is contained in:
Eugene Pankov
2021-05-22 15:52:23 +02:00
commit ff29392dad
13 changed files with 4715 additions and 0 deletions

27
styles.scss Normal file
View File

@@ -0,0 +1,27 @@
$font-family-sans-serif: "Source Sans Pro";
$border-radius-lg: 0;
$btn-border-width: 3px;
// @import "node_modules/bootstrap/scss/bootstrap";
.terminal {
position: absolute;
top: 100px;
left: 100px;
width: calc(100vw - 200px);
height: calc(100vh - 200px);
border-radius: 9px;
overflow: hidden;
box-shadow: 0 0 100px black;
}
iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
}