Closed yauhofung closed 3 years ago
The order for shorthand CSS Padding is top>>right>>bottom>>left. The padding: '90px 0 15px 15px' styling in App.js means 90 pixels top, 0 pixel right, 15 pixels bottom, and 15 pixels left, which I assume is not the intended padding.
padding: '90px 0 15px 15px'
The order for shorthand CSS Padding is top>>right>>bottom>>left. The
padding: '90px 0 15px 15px'
styling in App.js means 90 pixels top, 0 pixel right, 15 pixels bottom, and 15 pixels left, which I assume is not the intended padding.