Search
 
SCRIPT & CODE EXAMPLE
 

CSS

To make multiple equal width buttons occupy container width

.row{
    display: flex;
    justify-content:space-between;
}

.btn{
    background-color: hsl(183, 100%, 15%);
    color:white;
    width:100%;
    min-width:80px;
}

/* Apply .row to parent div and .btn to multiple buttons */
Comment

PREVIOUS NEXT
Code Example
Css :: css changer la couleur de la sélection 
Css :: step 20 freecodecamp flexbox 
Css :: disable on print margin html 
Css :: in 10 seconds fade in a card html css 
Css :: print to pdf setting css for A4 size 
Css :: memebuat html dan css login instagram 
Css :: css or selector 
Css :: border bottom css 
Css :: css großbuchstaben erzwingen 
Css :: tailwind simple product card 
Css :: Loop Over Array of Objects and Combine them if they have similar keys 
Css :: CSS The object-fit Property 
Css :: position absolute above everything 
Css :: profile page html css template 
Css :: css input field focus border 
Css :: pyqt5 qresources 
Css :: css animation png 
Css :: scss background color 
Css :: dark-mode 
Css :: css light mode 
Css :: neumorphism css generator 
Css :: how to select elements from a parrent element css 
Css :: css selector first level child 
Css :: table td css 
Css :: test two css 
Css :: mailto link with no decoration 
Css :: animation classes in magic css 
Css :: css hide text indicator 
Css :: .cameleons 
Css :: Plusing with CSS 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =