[Solved] How do I change the “design” of a ? [closed]
[ad_1] Simple. <div style=”background-color:YOUR_COLOR; width:YOUR_WIDTH; margin:MARGIN;”>TEXT</div> Uses: background-color is your background-color. You can also use color for text color. Refer to colors here. width is your chosen width for the div. You can also use px at the end of the number to define pixels length. Refer to a tutorial here margin is defining the … Read more