<!--Famous Google Icons Demo by Codelator.com-- >
<!--Famous Google Icons Demo by Codelator.com-->
<html>
<head>
<meta charset="UTF-8">
<title>Famous Google Icons(Part 1) Demo | Codelator</title>
</head>
<body>
<h1>Google Icons (Part-1)</h1>
<section>
<article>
<div id="websearch">
<div id="lenswhite">
<div id="innerbluecircle"></div>
</div>
<div id="lensholder"></div>
</div>
<h3>Web Search</h3>
</article>
<article>
<div id="blogger">
<div id="B-upper">
<div id="B-upper-dash"></div>
</div>
<div id="B-lower">
<div id="B-lower-dash"></div>
</div>
</div>
<h3>Blogger</h3>
</article>
<article>
<div id="gapps">
<div id="g-yellow"></div>
<div id="g-red"></div>
<div id="g-green"></div>
</div>
<h3>Google Business Apps</h3>
</article>
<article>
<div id="orkut-outer">
<div id="orkut-inner"></div>
</div>
<h3>Orkut</h3>
</article>
<article>
<div id="drive">
<div id="driveg"></div>
<div id="drivey"></div>
<div id="driveb"></div>
</div>
<h3>Google Drive</h3>
</article>
</section>
</body>
</html>
@charset "UTF-8";
@charset "UTF-8";
/*Famous Google Icons Demo by Codelator.com*/
body {
text-align: center;
}
section {
display: table;
margin: 5px auto;
width: 1000px;
}
section article {
display: table-cell;
width: 200px;
vertical-align: bottom;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
text-align: center;
}
/*Web Search*/
#websearch{
height:90px;
width:90px;
background-color:#4485F9;
border-radius:10px/10px;
}
#lenswhite{
width:40px;
height:40px;
border-radius:20px;
border-radius:20px;
border-radius:20px;
background:#fff;
position:relative;
top:15px;
left:20px
}
#innerbluecircle {
width:30px;
height:30px;
border-radius:15px;
border-radius:15px;
border-radius:15px;
background:#4485F9;
position:relative;
top:5px;
left:5px
}
#lensholder {
width:6px;
height:30px;
background:white;
transform:rotate(-40deg);
transform:rotate(-40deg);
transform:rotate(-40deg);
position:relative;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
top:4px;
left:56px
}
/*Blogger*/
#blogger{
height:90px;
width:90px;
background-color:#FF6500;
border-radius:15px/15px;
}
#B-upper{
height:25px;
width:50px;
background-color:#fff;
position:relative;
top:15px;
left:15px;
border-top-left-radius:15px;
border-top-right-radius:15px;
}
#B-upper-dash{
height:10px;
width:22px;
background-color:#FF6500;
position:relative;
top:15px;
left:15px;
border-radius:10px/10px;
}
#B-lower{
height:35px;
width:60px;
background-color:#fff;
position:relative;
top:15px;
left:15px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
border-top-right-radius:5px;
}
#B-lower-dash{
height:10px;
width:30px;
background-color:#FF6500;
position:relative;
top:10px;
left:15px;
border-radius:10px/10px;
}
/*Google Business Apps*/
#gapps{
height:100px;width:100px; background-color:#005FBB;}
#g-yellow{
width: 0;
height: 0;
border-top: 50px solid transparent;
border-left: 50px solid #FFCC01;
border-bottom: 50px solid transparent;
position:relative
}
#g-red{
width: 0;
height: 0;
border-top: 50px solid transparent;
border-right: 50px solid #C40D09;
border-bottom: 0 solid transparent;
top:-50px;
position:relative;
}
#g-green{
width:50px;
height:50px;
background:#32AA48;
transform:skew(45deg);
transform:skew(45deg);
transform:skew(45deg);
top:-149px;
left:25px;
position:relative;
}
/*Orkut*/
#orkut-outer{
width:110px;
height:110px;
border-radius:55px;
border-radius:55px;
border-radius:55px;
background:#C62BA3;
position:relative;
}
#orkut-inner{
width:70px;
height:70px;
border-radius:35px;
border-radius:35px;
border-radius:35px;
background:white;
position:relative;
top:20px;
left:20px;
}
/*Google Drive*/
#drivey{
width:45px;
height:70px;
background:#FED061;
transform:skew(30deg);
transform:skew(30deg);
transform:skew(30deg);
position:relative;
}
#driveg{
width:45px;
height:110px;
background:#11A861;
transform:skew(-30deg);
transform:skew(-30deg);
transform:skew(-30deg);
position:relative;
top:110px;
left:-52px;
}
#driveg:after{
content: "";
border-bottom: 45px solid #fff;
border-right: 52px solid transparent;
position: absolute;
left: -5px;
bottom: -2px;
}
#driveb{
width:82px;
height:40px;
background:#3876E3;
transform:skew(-30deg);
transform:skew(-30deg);
transform:skew(-30deg);
position:relative;
top:-0px;
left:-28px;
}
#websearch, #blogger, #gapps, #orkut-outer {
position: relative;
margin: 0 auto;
}
h1{
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
margin-top:50px;
}
#drive{
position:relative;
left:100px
}