css - How to insert character in firefox style editor? -


e.g. have such css code edit on fly:

nav {     margin: 100px auto;      text-align: center; } 

it seems way edit through firefox's inspect element high light part , overwrite it.

every time when try move cursor somewhere, delete characters , add new (for example, move position between 2 zeros, delete first 1 , add 5 such 100 changes 150), automatically brings characters have deleted. see below:

nav {     margin: 1050px auto;      text-align: center; } 

the deleted 0 automatically goes back. turns out super annoying me couldn't around issue @ all. can tell me how edit style way same people in text editor instead of bringing have deleted, making edition totally messed up.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -