Skip to content

Commit 226c411

Browse files
authored
Create line.html
1 parent 0b0aa5f commit 226c411

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

line.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<svg fill="none" viewBox="0 0 600 110" width="600" height="110" xmlns="www.w3.org">
2+
<foreignObject width="100%" height="100%">
3+
<div xmlns="www.w3.org">
4+
<style>
5+
/* Import official Ubuntu font */
6+
@import url('fonts.googleapis.com');
7+
8+
.ubuntu-terminal {
9+
font-family: 'Ubuntu Mono', 'Courier New', monospace;
10+
background-color: #300a24; /* Canonical Aubergine */
11+
color: #ffffff;
12+
padding: 15px;
13+
border-radius: 6px;
14+
font-size: 16px;
15+
height: 80px;
16+
border: 1px solid #5E2750;
17+
}
18+
.prompt { color: #87ff5f; font-weight: bold; }
19+
.path { color: #5fafff; font-weight: bold; }
20+
</style>
21+
<div class="ubuntu-terminal">
22+
<div><span class="prompt">user@ubuntu</span>:<span class="path">~</span>$ sudo apt install ubuntu-style</div>
23+
<div style="color: #aaaaaa; margin-top: 4px;">Reading package lists... Done</div>
24+
</div>
25+
</div>
26+
</foreignObject>
27+
</svg>

0 commit comments

Comments
 (0)