-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
1 lines (1 loc) · 945 Bytes
/
style.css
1
html,body{height:100%;width:100%;background-color:#333 !important}.main{text-align:center;position:relative;top:20%;margin-bottom:50%;justify-content:center;display:flex}.terminal{text-align:left;max-height:400px;overflow-y:hidden;overflow-wrap:break-word}@media(max-width: 576px){.terminal{width:100%;font-size:12px}}@media(min-width: 576px){.terminal{max-width:100%;width:650px;font-size:16px}}.text{color:#fff;font-family:"SF Mono Regular"}.text--bold{font-family:"SF Mono Bold"}.blinkingCursor{-webkit-animation:blink 1s steps(1) infinite;animation:blink 1s steps(1) infinite}@-webkit-keyframes blink{50%{opacity:0}}@keyframes blink{50%{opacity:0}}@font-face{font-family:"SF Mono Regular";font-style:normal;font-weight:normal;src:local("SF Mono Regular"),url("../SFMonoRegular.woff") format("woff")}@font-face{font-family:"SF Mono Bold";font-style:normal;font-weight:normal;src:local("SF Mono Bold"),url("../SFMonoBold.woff") format("woff")}