vertically center text with CSS?
#box {
height: 170px;
width: 270px;
background: #000;
font-size: 48px;
color: #FFF;
text-align: center;
}
remove a property from a JavaScript object? delete myObject.regex; // or, delete myObject['regex']; // or, var prop = ...
No comments:
Post a Comment