Box w/ Stich'n

Developer
Size
2,582 Kb
Views
42,504

How do I make an box w/ stich'n?

Simple div box with a stiching outline border. All css. What is a box w/ stich'n? How do you make a box w/ stich'n? This script and codes were developed by Brad Bodine on 11 August 2022, Thursday.

Box w/ Stich'n Previews

Box w/ Stich'n - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Box w/ Stich'n</title> <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="box"> <h1>Box w/ Stichi'n</h1> <p>...and some other text and stuff here.</p>
</div> <script src="js/index.js"></script>
</body>
</html>

Box w/ Stich'n - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Leckerli+One|Handlee);
html { background-color: #e95b33;
}
.box { position: relative; background-color: white; width: 400px; height: auto; margin: 40px auto; padding: 10px; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, 0.2);
}
.box:after { content: ''; position: absolute; border: 2px dashed #ccc; top: 5px; bottom: 5px; left: 5px; right: 5px; -moz-box-shadow: 0 0 0 1px #fff; -webkit-box-shadow: 0 0 0 1px #fff; box-shadow: 0 0 0 1px #fff;
}
.box h1 { font-size: 3em; color: #2980B9; font-family: 'Leckerli One', cursive; text-align: center;
}
.box p { font-family: 'Handlee', cursive; text-align: center; font-size: 24px; color: #34495E;
}

Box w/ Stich'n - Script Codes JS Codes

// Forked from http://cssdeck.com/labs/full/fe1egt0a
Box w/ Stich'n - Script Codes
Box w/ Stich'n - Script Codes
Home Page Home
Developer Brad Bodine
Username bbodine1
Uploaded August 11, 2022
Rating 3
Size 2,582 Kb
Views 42,504
Do you need developer help for Box w/ Stich'n?

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!

Brad Bodine (bbodine1) Script Codes
Create amazing Facebook ads 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!