Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css to reduce margin of class container

<style type="text/css">
    .container.custom-container {
      padding: 0 50px;
    }
</style>

<div class="container">
  Here's a normal container
</div>

<div class="custom-container container">
  Here's a custom container
</div>
Comment

PREVIOUS NEXT
Code Example
Css :: html css psd 
Css :: odoo search 
Css :: text weaving animation in css 
Css :: changing the dots of the ul to ticks 
Css :: build Android App Bundle aap with ionic 
Css :: css margin-top 1px 9 
Css :: ignore certificare ssl 
Css :: target css selector 
Css :: react right burger scrol bar 
Css :: .container 
Css :: how to add selector to another selector in css 
Css :: como dibujar un cuadro en css 
Css :: farther of genetics 
Css :: textbreak for long text 
Css :: aplicar padding a sombra 
Css :: ignore default css for react Link 
Css :: Udemy - JavaScript Algorithms and Data Structures Masterclass 
Css :: dropdown dropdown-user nav-item work on 2 clicks 
Css :: how to override bootstrap css in wordpress 
Css :: css removing title popups 
Css :: css select class names devexpress 
Css :: bootstrap pagination left side 
Css :: p::after p::before css 
Css :: scale css 
Css :: bright btn background with white text 
Css :: html and css 
Css :: css select first word 
Typescript :: angular No provider for HttpClient 
Typescript :: check port windows 
Typescript :: no babel config file detected 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =