need a graphic designer
This commit is contained in:
parent
d97110c665
commit
9f5a8393d9
@ -42,9 +42,23 @@ html, body {
|
|||||||
width: 49%;
|
width: 49%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.head {
|
||||||
|
min-height: 20px;
|
||||||
|
}
|
||||||
|
.r-i-l {
|
||||||
|
float: left;
|
||||||
|
width: 49%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.r-o-l {
|
||||||
|
float: right;
|
||||||
|
width: 49%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Edit the left side</h1>
|
||||||
<div class = 'repl' >
|
<div class = 'repl' >
|
||||||
<textarea id = 'repl-input' >; LISP input
|
<textarea id = 'repl-input' >; LISP input
|
||||||
(import "sunlight")
|
(import "sunlight")
|
||||||
|
Loading…
Reference in New Issue
Block a user