Jeet

Developer
Size
4,923 Kb
Views
64,768

How do I make an jeet?

Playing around with http://jeet.gs/. What is a jeet? How do you make a jeet? This script and codes were developed by Tcmulder on 05 August 2022, Friday.

Jeet Previews

Jeet - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Jeet</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="row"> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="one"></div> <div class="two"></div> <div class="two"></div> <div class="two"></div> <div class="two"></div> <div class="two"></div> <div class="three"></div> <div class="four"></div> <div class="three"></div> <div class="five"></div> <div class="five"></div> <div class="six"></div> <div class="four"></div> <div class="three"></div> <div class="seven"></div> <div class="one"></div> <div class="eight"></div> <div class="one"></div> <div class="nine"></div> <div class="one"></div> <div class="ten"></div>
</div>
<div class="row"> <div class="four-col"></div> <div class="four-col"></div> <div class="four-col"></div> <div class="four-col"></div> <div class="four-col"></div> <div class="four-col"></div>
</div>
<div class="row"> <div class="one-col"></div> <div class="two-col"></div>
</div>
<div class="row"> <div class="two-col"></div> <div class="one-col"></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Jeet - Script Codes CSS Codes

* { box-sizing: border-box;
}
* { background: rgba(0, 0, 0, 0.05); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000);
}
div { box-shadow: 0 0 1px #bbb inset;
}
div:before { display: inline-block;
}
.row { width: 100%; float: left; background-color: transparent; box-shadow: none; height: auto; *zoom: 1; width: auto; max-width: 1140px; float: none; display: block; margin-right: auto; margin-left: auto; padding-left: 0; padding-right: 0;
}
.row:before, .row:after { content: ''; display: table;
}
.row:after { clear: both;
}
.one-col { *zoom: 1; float: left; display: inline; clear: none; text-align: inherit; /* padding-left: 0; padding-right: 0;*/ width: 31.33333%; margin-left: 0%; margin-right: 3%; padding: 1em;
}
.one-col:before, .one-col:after { content: ''; display: table;
}
.one-col:after { clear: both;
}
.one-col:last-child { margin-right: 0%;
}
.one-col:before { content: "one third";
}
.two-col { *zoom: 1; float: left; display: inline; clear: none; text-align: inherit; /* padding-left: 0; padding-right: 0;*/ width: 65.66667%; margin-left: 0%; margin-right: 3%; padding: 1em;
}
.two-col:before, .two-col:after { content: ''; display: table;
}
.two-col:after { clear: both;
}
.two-col:last-child { margin-right: 0%;
}
.two-col:before { content: "two thirds";
}
.four-col { *zoom: 1; float: left; display: inline; clear: none; text-align: inherit; /* padding-left: 0; padding-right: 0;*/ width: 22.75%; margin-left: 0%; margin-right: 3%; padding: 1em;
}
.four-col:before, .four-col:after { content: ''; display: table;
}
.four-col:after { clear: both;
}
.four-col:nth-child(4n) { margin-right: 0%; float: right;
}
.four-col:nth-child(4n + 1) { clear: both;
}
.four-col:before { content: "4 col";
}
.one { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 10%; margin-left: 0%; margin-right: 0%;
}
.one:before, .one:after { content: ''; display: table;
}
.one:after { clear: both;
}
.one:before { content: "1 col";
}
@media (max-width: 800px) { .one { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 20%; margin-left: 0%; margin-right: 0%; } .one:before, .one:after { content: ''; display: table; } .one:after { clear: both; } .one:before { content: "2 col"; }
}
.two { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 20%; margin-left: 0%; margin-right: 0%;
}
.two:before, .two:after { content: ''; display: table;
}
.two:after { clear: both;
}
.two:before { content: "2 col";
}
.three { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 30%; margin-left: 0%; margin-right: 0%;
}
.three:before, .three:after { content: ''; display: table;
}
.three:after { clear: both;
}
.three:before { content: "3 col";
}
.four { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 40%; margin-left: 0%; margin-right: 0%;
}
.four:before, .four:after { content: ''; display: table;
}
.four:after { clear: both;
}
.four:before { content: "4 col";
}
.five { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 50%; margin-left: 0%; margin-right: 0%;
}
.five:before, .five:after { content: ''; display: table;
}
.five:after { clear: both;
}
.five:before { content: "5 col";
}
@media (max-width: 800px) { .five { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 1000%; margin-left: 0%; margin-right: 0%; } .five:before, .five:after { content: ''; display: table; } .five:after { clear: both; } .five:before { content: "10 col"; }
}
.six { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 60%; margin-left: 0%; margin-right: 0%;
}
.six:before, .six:after { content: ''; display: table;
}
.six:after { clear: both;
}
.six:before { content: "6 col";
}
.seven { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 70%; margin-left: 0%; margin-right: 0%;
}
.seven:before, .seven:after { content: ''; display: table;
}
.seven:after { clear: both;
}
.seven:before { content: "7 col";
}
.eight { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 80%; margin-left: 0%; margin-right: 0%;
}
.eight:before, .eight:after { content: ''; display: table;
}
.eight:after { clear: both;
}
.eight:before { content: "8 col";
}
.nine { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 90%; margin-left: 0%; margin-right: 0%;
}
.nine:before, .nine:after { content: ''; display: table;
}
.nine:after { clear: both;
}
.nine:before { content: "9 col";
}
@media (max-width: 800px) { .nine { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 80%; margin-left: 0%; margin-right: 0%; } .nine:before, .nine:after { content: ''; display: table; } .nine:after { clear: both; } .nine:before { content: "8 col"; }
}
.ten { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 100%; margin-left: 0%; margin-right: 0%;
}
.ten:before, .ten:after { content: ''; display: table;
}
.ten:after { clear: both;
}
.ten:before { content: "10 col";
}
@media (max-width: 800px) { .ten { padding: 1em; *zoom: 1; float: left; display: inline; clear: none; /* padding-left: 0; padding-right: 0;*/ text-align: inherit; width: 80%; margin-left: 0%; margin-right: 0%; } .ten:before, .ten:after { content: ''; display: table; } .ten:after { clear: both; } .ten:before { content: "8 col"; }
}
Jeet - Script Codes
Jeet - Script Codes
Home Page Home
Developer Tcmulder
Username tcmulder
Uploaded August 05, 2022
Rating 3
Size 4,923 Kb
Views 64,768
Do you need developer help for Jeet?

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!

Tcmulder (tcmulder) Script Codes
Create amazing marketing copy 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!