Rubee

Size
3,195 Kb
Views
24,288

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 Previews

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;
}
Rubee - Script Codes
Rubee - Script Codes
Home Page Home
Developer Rosh Jutherford
Username the_ruther4d
Uploaded September 04, 2022
Rating 4.5
Size 3,195 Kb
Views 24,288
Do you need developer help for Rubee?

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!

Rosh Jutherford (the_ruther4d) Script Codes
Create amazing love letters with AI!

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!