Main Page/styles.css: Difference between revisions
From WikiOasis Meta
More actions
need to change to css |
okay it needs to be valid css to change content model lol |
||
Line 1: | Line 1: | ||
#typing-text { | |||
width: 500px; | |||
height: 30px; | |||
font-size: 15px; | |||
border: solid 1px #C9C9C9; | |||
color: #000000; | |||
background-color: #FFFFFF; | |||
text-align: left; | |||
font-family: Arial; | |||
font-weight: bold; | |||
padding: 5px; | |||
resize: none; | |||
outline: none; | |||
box-sizing: border-box; | |||
} |