mirror of https://github.com/coolaj86/fizzbuzz.git
18 lines
225 B
CSS
18 lines
225 B
CSS
|
#wysiwyg {
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
width: 400px;
|
||
|
height: 300px;
|
||
|
overflow: auto;
|
||
|
border: black solid 5px;
|
||
|
}
|
||
|
|
||
|
form input[name=msg] {
|
||
|
width: 500px;
|
||
|
}
|
||
|
|
||
|
form input[type=submit] {
|
||
|
visibility: hidden;
|
||
|
}
|