Twisted

Size
3,216 Kb
Views
24,288

How do I make an twisted?

Designed by Jeroen van Eerden on Dribbblehttp://dribbble.com/shots/1107944-Twisted. What is a twisted? How do you make a twisted? This script and codes were developed by Rosh Jutherford on 04 September 2022, Sunday.

Twisted Previews

Twisted - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Twisted</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.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! */ html{ background:#daeced; font-family: "Arial Narrow", Arial, sans-serif; font-size:12px; color:#68CADA;
}
a{ color:inherit;
}
body{ width:300px; height:300px; margin:10px auto; position:relative;
}
div{ width:82px; height:82px; background:#ff92a4; border-radius:14px; position:absolute; transform:rotate(45deg);
}
div:before{ content:" "; width:0; height:0; position:absolute; border-bottom:10px solid rgba(0,0,0,0.2); border-left:13px solid transparent; border-right:25px solid transparent; transform:rotate(-45deg); left:-10px; top:49px;
}
/* Style individual triangles */
div:first-of-type{ top:43px; left:91px; z-index:8;
}
div:nth-of-type(2){ background:#19ade4; z-index:7; left:143px; top:50px; transform:rotate(90deg);
}
div:nth-of-type(3){ background:#71c458; z-index:6; left:175px; top:92px; transform:rotate(135deg);
}
div:nth-of-type(4){ background:#fdc339; z-index:5; left:170px; top:143px; transform:rotate(180deg);
}
div:nth-of-type(5){ background:#ef8f2e; z-index:4; left:126px; top:175px; transform:rotate(225deg);
}
div:nth-of-type(6){ background:#e7524e; z-index:3; left:75px; top:170px; transform:rotate(270deg)
}
div:nth-of-type(7){ background:#4e285f; z-index:2; left:42px; top:128px; transform:rotate(315deg);
}
div:nth-of-type(8){ background:#a857a9; z-index:1; left:49px; top:75px; transform:rotate(360deg);
}
/* This is the last peice used to */
/* complete the overlapping effect */
div:first-of-type:after{ content:" "; background:#a857a9; width:45px; height:45px; position:absolute; transform:rotate(-45deg); top:53px; left:3px;
}
/*========= Octagon from dmac37 ========*/
/*= https://codepen.io/dmac37/pen/cfArp =*/
/*======================================*/
.octagon { height: 150px; width: 150px; position: absolute; background:transparent; overflow: hidden; transform: rotate(45deg); top:-75px; margin-top:50%; left:-75px; margin-left:50%; z-index:9;
}
.octagon:after { content: ''; background:#daeced; position: absolute; bottom: 0; left: 0; right: 0; top: 0; transform: rotate(-45deg);
}
P{ text-align:center; position:absolute; bottom:-30px; width:200px; left:-100px; margin-left:50%;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div class="octagon"></div>
<a href="http://dribbble.com/shots/1107944-Twisted"><p>AS SEEN ON DRIBBBLE</p></a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Twisted - Script Codes CSS Codes

html{ background:#daeced; font-family: "Arial Narrow", Arial, sans-serif; font-size:12px; color:#68CADA;
}
a{ color:inherit;
}
body{ width:300px; height:300px; margin:10px auto; position:relative;
}
div{ width:82px; height:82px; background:#ff92a4; border-radius:14px; position:absolute; transform:rotate(45deg);
}
div:before{ content:" "; width:0; height:0; position:absolute; border-bottom:10px solid rgba(0,0,0,0.2); border-left:13px solid transparent; border-right:25px solid transparent; transform:rotate(-45deg); left:-10px; top:49px;
}
/* Style individual triangles */
div:first-of-type{ top:43px; left:91px; z-index:8;
}
div:nth-of-type(2){ background:#19ade4; z-index:7; left:143px; top:50px; transform:rotate(90deg);
}
div:nth-of-type(3){ background:#71c458; z-index:6; left:175px; top:92px; transform:rotate(135deg);
}
div:nth-of-type(4){ background:#fdc339; z-index:5; left:170px; top:143px; transform:rotate(180deg);
}
div:nth-of-type(5){ background:#ef8f2e; z-index:4; left:126px; top:175px; transform:rotate(225deg);
}
div:nth-of-type(6){ background:#e7524e; z-index:3; left:75px; top:170px; transform:rotate(270deg)
}
div:nth-of-type(7){ background:#4e285f; z-index:2; left:42px; top:128px; transform:rotate(315deg);
}
div:nth-of-type(8){ background:#a857a9; z-index:1; left:49px; top:75px; transform:rotate(360deg);
}
/* This is the last peice used to */
/* complete the overlapping effect */
div:first-of-type:after{ content:" "; background:#a857a9; width:45px; height:45px; position:absolute; transform:rotate(-45deg); top:53px; left:3px;
}
/*========= Octagon from dmac37 ========*/
/*= https://codepen.io/dmac37/pen/cfArp =*/
/*======================================*/
.octagon { height: 150px; width: 150px; position: absolute; background:transparent; overflow: hidden; transform: rotate(45deg); top:-75px; margin-top:50%; left:-75px; margin-left:50%; z-index:9;
}
.octagon:after { content: ''; background:#daeced; position: absolute; bottom: 0; left: 0; right: 0; top: 0; transform: rotate(-45deg);
}
P{ text-align:center; position:absolute; bottom:-30px; width:200px; left:-100px; margin-left:50%;
}
Twisted - Script Codes
Twisted - Script Codes
Home Page Home
Developer Rosh Jutherford
Username the_ruther4d
Uploaded September 04, 2022
Rating 4.5
Size 3,216 Kb
Views 24,288
Do you need developer help for Twisted?

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 blog posts 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!