One Way is the following:
1 | <div class="container"> |
CSS
1 | .container{ |
The other way is:
1 | .container { |
Hope it helps you out.
One Way is the following:
1 | <div class="container"> |
CSS
1 | .container{ |
The other way is:
1 | .container { |
Hope it helps you out.