Skip to content

Commit f7e7a93

Browse files
authored
Update index.html
1 parent 7333fcf commit f7e7a93

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

docs/1.0.x/index.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,81 @@
366366
max-width:100%;
367367
}
368368

369+
/* TERMINAL */
370+
371+
#mdc .terminal{
372+
width:100%;
373+
max-width:900px;
374+
375+
margin:40px auto;
376+
377+
background:#020617;
378+
379+
border-radius:20px;
380+
381+
overflow:hidden;
382+
383+
border:1px solid #1e293b;
384+
385+
position:relative;
386+
387+
z-index:1;
388+
}
389+
390+
#mdc .terminal-top{
391+
background:#111827;
392+
393+
padding:12px;
394+
395+
display:flex;
396+
397+
gap:8px;
398+
399+
position:relative;
400+
401+
z-index:2;
402+
}
403+
404+
#mdc .dot{
405+
width:12px;
406+
height:12px;
407+
border-radius:50%;
408+
flex-shrink:0;
409+
}
410+
411+
#mdc .red{
412+
background:#ef4444;
413+
}
414+
415+
#mdc .yellow{
416+
background:#facc15;
417+
}
418+
419+
#mdc .green{
420+
background:#22c55e;
421+
}
422+
423+
#mdc .terminal-body{
424+
425+
padding:30px;
426+
427+
font-family:monospace;
428+
429+
color:#4ade80;
430+
431+
line-height:2;
432+
433+
overflow-x:auto;
434+
435+
white-space:pre-wrap;
436+
437+
word-break:break-word;
438+
439+
position:relative;
440+
441+
z-index:1;
442+
}
443+
369444
</style>
370445
</head>
371446

0 commit comments

Comments
 (0)