Learn All Programming and Scripting languages inside Our Blog, learn all BCA, MCA, B.E.IT, B.E.CE programs here Our Youtube Channel: youtube.com/avadhtutor
Saturday, 24 July 2021
Bootstrap 5 with CSS Bootstrap Login Form Design
Wednesday, 14 July 2021
How to Create CSS Counter
CSS COUNTER CREATION STEP BY STEP
EXAMPLE :
<style>
body {
counter-reset: section;
background-color: DodgerBlue;
}
h2{
border:1px solid red;
background-color: tomato;
padding: 15px;
box-shadow: 1px 1px 1px 1px;
}
h2:hover{
background-color: black;
color: white;
}
h2::before {
counter-increment: section;
content: " " counter(section) " ";
color: white;
border-radius: 50%;
border-color: black;
border-style: solid;
padding-left:08px;
text-align: center;
background-color: DodgerBlue;
}
</style>
<h2> Web Design Tutorial</h2>
<h2> HTML Tutorial</h2>
<h2> CSS Tutorial</h2>
<h2> JavaScript Tutorial</h2>
<h2> Bootstrap Tutorial</h2>
<h2> Lean All Programming and Scripting Languages with Youtube.com/avadhtutor</h2>
<h2>Please Like Share and Subscribe Our Channel </h2>
learn all Programming with youtube.com/avadhtutor
Friday, 9 July 2021
Linear Gradient Using CSS
CSS Linear Gradient Example Step by Step
Just copy and past below code and run your Program
All Linear Gradient Example Listed Here:
<!-- <body style="background:linear-gradient(red,blue,yellow)"> -->
<body style="background:linear-gradient(to top left, red,blue,yellow)">
<input type=submit value=" Create Account " style="width:230px; padding:15px; background:linear-gradient(to bottom left, green, tomato, white,black,blue)">
<h1 style="background:linear-gradient(green 30%, red 30%, yellow 40% ); height:200px;">Welcome to CSS3 Gradient</h1>
<input type=submit style="background: linear-gradient(orange 30%, blue 10%, tomato 50%, black );
height:180px; width:250px; color:white; font-size:25px; border-radius:10px;">
Learn all Programming and Scripting languages with youtube.com/avadhtutor
How to Create Multi Color Background Using CSS
How to Create Multi Color Background Using CSS
Padding In CSS
How to use Padding in CSS
Margin Using CSS
How to use and Apply Margin in CSS
with avadh tutor margin property or attribute define as the space of just about an HTML tag. The margin specifies a property elements for setting the margin properties attributes in one statement. The margin-bottom specifies the bottom margin of an element (tag). The margin-top specify the top margin of an element (tag).
Examples:
<!-- Margin is Apply inside a body tag cover all over page
padding is apply inside a element (tag)
-->
<!-- <body style="margin:60px;"> -->
<body style="margin-left:30px; margin-top:100px; margin-right:50px; margin-bottom:60px;">
<p style="text-align:justify;" >Avadh Tutor is Information Technology Based channel that provide information like Html tutorial, Html5 tutorial, CSS tutorial, step by step CSS3 ,how to create website using Bootstrap, Javascript, JQuery, Angular Js, website development using PHP, step by step php mysqli, ASP.NET tutorial, C#.NET tutorial, WordPress tutorial with theme plugins widgets how to create your own theme , theme development using wordpress, how to create ecommerce online shopping website using magento, magento 2.x tutorial, UI UX, Website Designing and Website Development, software development, learn bootstrap, how to create responsive website using wordpress, how to create software using c#.net and so on with avadh tutor
<br><br>
Avadh Tutor is Information Technology Based channel that provide information like Html tutorial, Html5 tutorial, CSS tutorial, step by step CSS3 ,how to create website using Bootstrap, Javascript, JQuery, Angular Js, website development using PHP, step by step php mysqli, ASP.NET tutorial, C#.NET tutorial, WordPress tutorial with theme plugins widgets how to create your own theme , theme development using wordpress, how to create ecommerce online shopping website using magento, magento 2.x tutorial, UI UX, Website Designing and Website Development, software development, learn bootstrap, how to create responsive website using wordpress, how to create software using c#.net and so on with avadh tutor
</p>