Tc.Module.Visual

Size
2,289 Kb
Views
64,768

How do I make an tc.module.visual?

Basic visual. Single stage element. Image, headline, text, call-to-action.. What is a tc.module.visual? How do you make a tc.module.visual? This script and codes were developed by Christian Stuff on 01 August 2022, Monday.

Tc.Module.Visual Previews

Tc.Module.Visual - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Tc.Module.Visual</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section class="mod mod-visual"> <img src="http://placehold.it/1200x400&text=A visual stage image with stunning graphics" alt="A visual image" class="img" /> <div class="inner-box"> <h2 class="title" contenteditable>Lorem ipsum</h2> <p class="bd" contenteditable>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cum, velit.</p> <a href="#" class="btn btn-default" contenteditable>Watch more</a> </div>
</section> <script src="js/index.js"></script>
</body>
</html>

Tc.Module.Visual - Script Codes CSS Codes

.mod-visual { position: relative;
}
.mod-visual .img { max-width: 100%;
}
.mod-visual .inner-box { background: rgba(255, 255, 255, 0.5); display: block; max-width: 40%; padding: 10px; position: absolute; right: 50px; top: 50px;
}
.mod-visual .title { margin-top: 0;
}
.mod-visual .btn { float: right;
}

Tc.Module.Visual - Script Codes JS Codes

(function($) { Tc.Module.Visual = Tc.Module.extend({ init: function($ctx, sandbox, id) { this._super($ctx, sandbox, id); }, on: function(callback) { callback(); } });
})(Tc.$);
Tc.Module.Visual - Script Codes
Tc.Module.Visual - Script Codes
Home Page Home
Developer Christian Stuff
Username Regaddi
Uploaded August 01, 2022
Rating 3
Size 2,289 Kb
Views 64,768
Do you need developer help for Tc.Module.Visual?

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!

Christian Stuff (Regaddi) Script Codes
Create amazing video scripts 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!