Rubee
How do I make an rubee?
So I cheated on the shadow and the webfont looks gross...sue me.Designed by Ben Lee on Dribbble -->http://dribbble.com/shots/1112874-Main-Page-of-Rubee?list=popular&offset=6. What is a rubee? How do you make a rubee? This script and codes were developed by Rosh Jutherford on 04 September 2022, Sunday.
Rubee - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Rubee</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://fonts.googleapis.com/css?family=Pacifico);
html{ background:#e95353;
}
body{ width:295px; height:210px; margin:25px auto; position:relative;
}
p{ font-family: 'Pacifico', cursive; color:#ffffff; font-weight:400; font-size:100px; text-align:center; width:295px; position:absolute; bottom:-140px;
}
.one{ width: 0px; height: 0px; border-style: solid; border-width: 0 62.5px 60px 62.5px; border-color: transparent transparent #eb7474 transparent; position:absolute; left:-62.5px; margin-left:50%;
}
.one:before{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 0 88px 210px 0; border-color: transparent #d94e4e transparent transparent; left:-88px; margin-left:50%; z-index:-2;
}
.one:after{ content:" "; width: 0px; height: 0px; border-style: solid; border-width: 210px 88px 0 0; border-color: #be3535 transparent transparent transparent; position:absolute; z-index:-2;
}
.two{ width: 0px; height: 0px; border-style: solid; border-width: 0 26px 60px 63px; border-color: transparent transparent #ffb9b9 transparent; position:absolute; left:-2px; top:0px; z-index:-3;
}
.two:after{ content:" "; width:0; height:0; position:absolute; border-style: solid; border-width: 0 63px 60px 26px; border-color: transparent transparent #d55151 transparent; left:147px;
}
.bottom{ width: 0px; height: 0px; border-style: solid; border-width: 150px 62.5px 0 62.5px; border-color: #c54040 transparent transparent transparent; position:absolute; left:-62.5px; margin-left:50%; bottom:0;
}
.bottom:before{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 0 150px 150px 0; border-color: transparent #e56868 transparent transparent; top:-150px; margin-top:50%; left:-149.5px; margin-left:50%; z-index:-1;
}
.bottom:after{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 150px 150px 0 0; border-color: #a02828 transparent transparent transparent; top:-150px; margin-top:50%; right:-149.5px; margin-left:50%; z-index:-2;
}
.shadow{ width:150px; height:212px; background: #bb4242;
background: -moz-linear-gradient(left, #bb4242 0%, #e95353 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb4242), color-stop(100%,#e95353));
background: -webkit-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: -o-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: -ms-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: linear-gradient(to right, #bb4242 0%,#e95353 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb4242', endColorstr='#e95353',GradientType=1 ); position:absolute; left:200px; top:82px; transform:rotate(45deg); z-index:-3;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="top one"></div>
<div class="top two"></div>
<div class="bottom"></div>
<div class="shadow"></div><!--I know...-->
<p>Rubee</p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>
Rubee - Script Codes CSS Codes
@import url(http://fonts.googleapis.com/css?family=Pacifico);
html{ background:#e95353;
}
body{ width:295px; height:210px; margin:25px auto; position:relative;
}
p{ font-family: 'Pacifico', cursive; color:#ffffff; font-weight:400; font-size:100px; text-align:center; width:295px; position:absolute; bottom:-140px;
}
.one{ width: 0px; height: 0px; border-style: solid; border-width: 0 62.5px 60px 62.5px; border-color: transparent transparent #eb7474 transparent; position:absolute; left:-62.5px; margin-left:50%;
}
.one:before{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 0 88px 210px 0; border-color: transparent #d94e4e transparent transparent; left:-88px; margin-left:50%; z-index:-2;
}
.one:after{ content:" "; width: 0px; height: 0px; border-style: solid; border-width: 210px 88px 0 0; border-color: #be3535 transparent transparent transparent; position:absolute; z-index:-2;
}
.two{ width: 0px; height: 0px; border-style: solid; border-width: 0 26px 60px 63px; border-color: transparent transparent #ffb9b9 transparent; position:absolute; left:-2px; top:0px; z-index:-3;
}
.two:after{ content:" "; width:0; height:0; position:absolute; border-style: solid; border-width: 0 63px 60px 26px; border-color: transparent transparent #d55151 transparent; left:147px;
}
.bottom{ width: 0px; height: 0px; border-style: solid; border-width: 150px 62.5px 0 62.5px; border-color: #c54040 transparent transparent transparent; position:absolute; left:-62.5px; margin-left:50%; bottom:0;
}
.bottom:before{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 0 150px 150px 0; border-color: transparent #e56868 transparent transparent; top:-150px; margin-top:50%; left:-149.5px; margin-left:50%; z-index:-1;
}
.bottom:after{ content:" "; position:absolute; width: 0px; height: 0px; border-style: solid; border-width: 150px 150px 0 0; border-color: #a02828 transparent transparent transparent; top:-150px; margin-top:50%; right:-149.5px; margin-left:50%; z-index:-2;
}
.shadow{ width:150px; height:212px; background: #bb4242;
background: -moz-linear-gradient(left, #bb4242 0%, #e95353 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb4242), color-stop(100%,#e95353));
background: -webkit-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: -o-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: -ms-linear-gradient(left, #bb4242 0%,#e95353 100%);
background: linear-gradient(to right, #bb4242 0%,#e95353 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb4242', endColorstr='#e95353',GradientType=1 ); position:absolute; left:200px; top:82px; transform:rotate(45deg); z-index:-3;
}

Developer | Rosh Jutherford |
Username | the_ruther4d |
Uploaded | September 04, 2022 |
Rating | 4.5 |
Size | 3,195 Kb |
Views | 24,276 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Flat Range Sliders | 2,467 Kb |
Apple TV style hover | 5,419 Kb |
Apple iPhone 5s style scrolling | 4,740 Kb |
RvV 2 | 3,115 Kb |
Hover effect demo | 2,749 Kb |
Responsive CSS Menu | 2,559 Kb |
Flat Logo by Henrik Dahlheim | 2,580 Kb |
Twisted | 3,216 Kb |
Flame by Kenji Droullard | 3,359 Kb |
Finn by Meg Robichaud | 5,370 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Large canvas mousemove experiment | Jibbon | 2,885 Kb |
Image Stack Test SCSS | CalvinMorett | 2,799 Kb |
700 Synapses Per Second | Silentkrange | 2,138 Kb |
Flat buttons for Eliassen.com | Kdooley89 | 1,737 Kb |
Bloomberg Style Link Hover | Gil-- | 1,609 Kb |
CSS eye follow | Pedrocampos | 2,592 Kb |
Magnus 3 | ARocketfish | 7,944 Kb |
Two column of responsive height | Fixie | 2,908 Kb |
Prototype Responsive Homepage | Heyitsolivia | 7,677 Kb |
CSS3 Snow Animation | NickyCDK | 1,695 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!