Css Width With Custom Tags
I am unable to get the width and heigh properties to work for my custom tags please see code below: CSS x-slider { width: 1000px; height: 300px; border: 1px black sol
Solution 1:
Add display: block or display: inline-block to x-slider.
Post a Comment for "Css Width With Custom Tags"