Category: Web Designing

UI और UX क्या है ?

UI और UX, UI फुल फार्म User Interface किसी भी वेबसाइट या फिर Apps का बाहरी व्यू या आप ये कह सकते है की किसी भी वेबसाइट का Appearance, वो डिजाईन जो किसी कन्टेन्ट को यूजर तक पहुचाने में मदद करता है वो यूजर इंटरफ़ेस कहलाता है I UX का फुल फार्म User Experience होता

2D Transforms in CSS

CSS transforms allow you to translate(move), rotate, scale, and skew, change shape, size and Position of an any elements. There are two types transformations in CSS 2D Transfrom 3D Transform in this post we will talk about 2D transform translate(xpx, ypx) rotate(xdeg) scale(x, y) skewX(xdeg) skewY(ydeg) matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY()) please watch this video, you will understand everything

Pure HTML CSS Slide Show

In this post you will learn how can you create a image slide show using HTML, CSS not other language it’s too easy guys firstly you should have to copy HTML code and create a index.html file, open it with notepad++ or other code editor and paste it over there. same work you will have

How to use Gradients in CSS?

Using CSS gradients you can make a smooth transitions between two or more specified colors, you can make a best background for your website. CSS defines two types of gradients. Linear Gradients – down/up/left/right/diagonally Radial Gradients – Defined by their Center for further info watch this complete tutorial…..

What are vendor prefixes in CSS?

Some of the latest CSS features doesn’t support some browsers, so that we use some vendor’s prefixes in CSS, like -webkit-, -ms-, -o-, -moz- , I am explaining which prefix you can use for particular browser so let’s start. -webkit- : Safari, Google Chrome, Android, iOS -ms- : Internet Explorer -o- : Opera -moz- :

Table in Bootstrap in Hindi 05

Guys here I am telling you use of bootstrap table so guys here are some important tag and classess. Table Some Important Tags for Table <table></table> <thead></thead> <tr></tr> <th></th> <tbody></tbody> <td></td>   Important Classes for Table .table-striped .table-bordered .table-hover .table-dark .table-borderless .thead-dark .thead-light .table-sm Sm–small md–medium lg–large xl–extra large