jsPDF Autotable Tutorial: Give Different Widths to Columns & Rows of Table in PDF Document
You have to convert your columnWidth array to look like this: A point to be noted is that here we used columnStyles instead of styles.
jsPDF Autotable Tutorial: Copy CSS Styles of a Table to Another Table
You can use the useCss config option. This setting copies the basic CSS styles from one table to another.
Instagram Login Page HTML and CSS Code Download
The official Instagram login page is designed using HTML and CSS. In this tutorial, I’ll provide you complete source code of the Instagram login page. Images Used on Instagram Login Page Download these images by clicking the links given below. After downloading, place all these images inside the root directory of your project. Instagram logo … Read more
Facebook Login Page HTML and CSS Source Code (Free Download)
The official Facebook login page is written in HTML5 and CSS3 code. The HTML code for the Facebook home page is pretty simple. There aren’t any complicated elements or attributes that need to be used in order to create the page. So, in this tutorial, I’ll guide you on how to style/design it. Latest Facebook … Read more
Rick and Morty AI Voice Over Using Replica
Have you ever heard about AI voice actors? Don’t worry if you’re unfamiliar with it because today I’ll show you an example of Rick and Morty AI voice over that is done using Replica. Basically, Replica enables us to add voiceovers to any video using Artificial Intelligence. You just need to provide the text and … Read more
Schemats Tutorial and Ultimate Guide For Beginners
Introduction: What is Schemats and Why Should You Care? Schemats is a tool that helps you automatically generate TypeScript interface definitions from SQL database schema. It completely supports popular relational database management systems (RDBMS) like MySQL and PostgreSQL. This Schemats Tutorial will help you get started and understand the basics of this amazing tool in … Read more
10 Best Android Animation Libraries 2023
Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add animations to your app. The most notable among them is MotionLayout which was introduced with ConstraintLayout 2.0. MotionLayout is well equipped to create complex animations. There is a step-by-step … Read more
35 Open Source Python Games Code Free Download 2023
If you were born in the decade of ’90s or even ‘2000 then you will definitely have the experience of playing 2D and 3D games on your mobile or computer. But have you ever wondered how these games were created? In this blog, I will reveal a collection of open-source Python games. As the source … Read more