mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
22 lines
288 B
CSS
22 lines
288 B
CSS
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;
|
|
}
|