Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make a html css js editor

h4 {
	color: rgb(255, 255, 255);
	font-family: Arial, Consolas
    text-align: center;
}
textarea {
  width: 50%;
  float: top;
  min-height: 250px;
  overflow: scroll;
  margin: auto;
  display: inline-block;
  background: #f4f4f9;
  outline: none;
  font-family: Consolas;
  font-size: 17px;
}

iframe {
  bottom: 0;
  position: relative;
  width: 100%;
  height: 35em;
}
 
PREVIOUS NEXT
Tagged: #html #css #js #editor
ADD COMMENT
Topic
Name
5+4 =