mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 17:52:50 +09:00
init the awkward code
This commit is contained in:
21
static/html/photon/app/css/tui-example-style.css
Normal file
21
static/html/photon/app/css/tui-example-style.css
Normal file
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.code-description {
|
||||
padding: 22px 52px;
|
||||
background-color: rgba(81, 92, 230, 0.1);
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.code-description,
|
||||
.code-description a {
|
||||
font-family: Arial;
|
||||
font-size: 14px;
|
||||
color: #515ce6;
|
||||
}
|
||||
|
||||
.code-html {
|
||||
padding: 20px 52px;
|
||||
}
|
||||
Reference in New Issue
Block a user