Bootstrap snippet and html example. Google Collections UI Desgin

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: Google,Collections,UI ,Desgin,Sharecodepoint,Templates,Bootstrap,Bootstrap Template

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

 <div class="container">
         <div class="row" >
            <div class="col-sm-12 google-main">
               <ul class="list-unstyled google-collection row">
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-1">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/1.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Web Designer</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                 
                 <li class="col-lg-3 col-sm-4 col-xs-6 color-design-2">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/3.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Programming Hub</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-3">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/6.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Graphics Designer</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-4">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/7.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Projects</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-5">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/12.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>ShareCodePoint</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-6">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/11.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Programming</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-7">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/10.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Google Collections</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>
                  
                  <li class="col-lg-3 col-sm-4 col-xs-6 color-design-10">
                     <a href="#" >
                        <img src="http://sharecodepoint.esy.es/demo/google-collections-ui-design/cover/2.jpg" alt="Barca" class="img-responsive google-collection-cover"/>
                        <h2>Apps</h2>
                        <small>Sachin Yadav</small>
                        <span class="follow-btn" type="button">Follow</span>
                        <span class="userpic"></span>
                     </a>
                  </li>

               </ul>
            </div>
         </div>
      </div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

body{ background-color:#f7f5ee;}

a:hover{text-decoration:none !important}
.google-main{ padding-right:130px; padding-left:130px;}
 @media screen and (max-width: 768px) {
.google-main{ padding-right:15px; padding-left:15px;}
}
.color-design-1{ background-color:#44484e;}
.color-design-2{ background-color:#663333;}
.color-design-3{ background-color:#CC6666;}
.color-design-4{ background-color:#009999;}
.color-design-5{ background-color:#CC3366;}
.color-design-6{ background-color:#006699;}
.color-design-7{ background-color:#669966;}
.color-design-8{ background-color:#CC6600;}
.color-design-9{ background-color:#330033;}
.color-design-10{ background-color:#9900CC;}
.color-design-11{ background-color:#669999;}
.color-design-12{ background-color:#663333;}

.google-collection-cover{ width:100% !Important; height:130px !important;}
.google-collection{ padding:0px;}
.google-collection > li{
margin-bottom:12px;
margin-top:-5px;
margin-left:0px;
padding:0px;
padding-top:0px;
border:2px solid #f7f5ee;
transition:all 500ms ease;
}
.google-collection > li:last-child{}
.google-collection > li > a{
display:block;
position:relative;
color: #777;
padding: 0px;
padding-bottom:20px;
}


.google-collection li h2{
font-size: 18px;
text-align:left;
color:#f5f5f5;
font-weight:400;
margin: 28px 2px 3px 5px;
line-height:19px;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-flex:1;
padding-left:4px !important;
-webkit-box-orient:vertical
}
.google-collection li small{
font-size: 12.5px;
text-align:left;
margin: 5px 2px 17px 5px;
line-height:18px;
overflow:hidden;
color:#ddd;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-flex:1;
padding-left:4px !important;
-webkit-box-orient:vertical
}
.google-collection li .follow-btn{
overflow:hidden;
color:#fff;
font-size:17px;
border-radius:2px;
padding:10px;
font-weight:300px;
margin-left:10px;
}
.google-collection li  .follow-btn:hover{
color:#f5f5f5;
background-color:rgba(0,0,0,0.6);
}
.google-collection .userpic{
color: #fff;
font-weight: bold;
float:left;
left:10px;
padding: 10px;
width:50px;
height:50px;
border:1px solid #fff;
background-image:url('http://sharecodepoint.esy.es/demo/google-collections-ui-design/user.png');
background-size:50px 50px;
border-radius:100px;
background-repeat:no-repeat;
position: absolute;
bottom: 115px;
}

Similar snippets

Bootstrap example and template. Users Products todo

Users Products todo

Bootstrap example and template. V card presentation

V card presentation

Bootstrap example and template. Profile bio

Profile bio

Bootstrap example and template. Team portrait

Team portrait

Bootstrap example and template. Social post

Social post

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 crud users

bs4 crud users

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. Google Collections UI Desgin

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 699 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working