mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-05-20 08:31:06 +00:00
Update console.html
This commit is contained in:
parent
acf661db24
commit
607c6b00c1
12
console.html
12
console.html
|
@ -7,11 +7,19 @@
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.42.0/css/jquery.terminal.min.css" rel="stylesheet"/>
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.42.0/css/jquery.terminal.min.css" rel="stylesheet"/>
|
||||||
<style type="text/css">/*<!--<![CDATA[*/
|
<style type="text/css">/*<!--<![CDATA[*/
|
||||||
body {
|
body {
|
||||||
background: #2e8d36;
|
background: #2e8d36 url(https://pub-1a7a176eea68479cb5423e44273657ad.r2.dev/bg.jpg) no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
h1, a, p {
|
h1, p {
|
||||||
color: #093923;
|
color: #093923;
|
||||||
}
|
}
|
||||||
|
p a {
|
||||||
|
color: #fff;
|
||||||
|
padding: 0 2px;
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 2px solid #fff;
|
||||||
|
}
|
||||||
main {
|
main {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user