Search
 
SCRIPT & CODE EXAMPLE
 

HTML

div side by side css without bootstrap

<style>
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
</style>
<div class="grid-container">
    <div class="grid-child purple">
        Grid Column 1
    </div>
    <div class="grid-child green">
        Grid Column 2
    </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap grid 2 rows 
Html :: how to put dowloadable resume on website html 
Html :: how to write multiple style in html 
Html :: html page to screenshot 
Html :: html login and registration form 
Html :: The href Attribute in html 
Html :: smooth scroll button by element id 
Html :: captcha code 
Html :: html form templates 
Html :: radio checked on start 
Html :: how to add text on top of an image 
Html :: bootstrap 4 button link 
Html :: dl in html 
Html :: html disable button tag 
Html :: how to pass dynamic url in Link react 
Html :: Installation of ionicons 
Html :: text box border css 
Html :: italic in html 
Html :: html select change event 
Html :: unordered list html 
Html :: multiple countdown timer js 
Html :: font awesome react color 
Html :: change css angular binding 
Html :: tailwind css forms 
Html :: data-slide-to dynamic angular 
Html :: react render 
Html :: vue js v-for array index 
Html :: add html to page chrome extension 
Html :: javascript display with fade 
Html :: table bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =