Coder Baba
2.41K subscribers
1.01K photos
23 videos
722 files
726 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
DBMS👆👆
new features of CSS-3

Borders
border-color
border-image
border-radius
box-shadow
Backgrounds
background-origin and background-clip
background-size
multiple backgrounds
Color
HSL colors
HSLA colors
opacity
RGBA colors
Text effects
text-shadow
text-overflow
word-wrap
User-interface
box-sizing
resize
outline
nav-top, nav-right, nav-bottom, nav-left
Selectors
attribute selectors
Basic box model
overflow-x, overflow-y
Generated Content
content
Other modules
CSS3 Transitions
media queries
multi-column layout
Web fonts
speech


Below is the example of the CSS-3 style-sheet:-




*{margin:0px;border:0px;padding:0px}

@keyframes fun
{
from{color:black;} to{color:White;}
}

#main
{
height:800px;width:960px;background-color:Gray;margin:auto;

}
#header
{
width:960px;height:200px; background-image:url(aps_header_bg.jpg);
}
#menu_bar
{
width:960px; height:50px; margin-top:102px;
}
#content
{
width:960px;height:500px;background-color:Yellow;
}
#cnt_left
{
float:left;height:500px;width:660px;background-image:url(content.jpg);
}

#cnt_right
{
float:left;height:500px;width:300px;background-color:Olive;
}
#login
{
height:300px;width:300px;background-color:Silver;
}
#loginform
{
padding-left:10px; padding-top:10px;
}
#update
{
height:100px;width:300px;background-image:url(aps_update_bg.jpg);
}
.marq
{
text-align:center;
}
#news
{
height:100px;width:300px;background-image:url(aps_news_bg.jpg);
}
#footer
{
width:960px;height:100px;background-image:url(aps_footer_bg.jpg);
}
h3
{
font-size:xx-large; padding-left:10px; padding-top:10px;
}

.text
{
text-align:center; margin-top:40px;
}

ul li
{
display:inline-block;
padding-left:100px;
padding-right:70px;
-moz-transition:width 2s, height 2s, -moz-transform 2s;
color:Black;
}
ul li:hover
{
animation: fun 2s;
text-transform:uppercase;
font-size:20px;
color:White;
transform:rotate(360deg);
border-radius:50px;
box-shadow: 20px 20px 20px 20px;
}

h3:hover
{
box-shadow: 20px 20px 20px 20px ;
}
Forwarded from Bizgurukul Updates
Media is too big
VIEW IN TELEGRAM
INTRODUCTION TO ASP.NET.pdf
326.9 KB
INTRODUCTION TO ASP.NET
ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required to build up robust web applications for PC, as well as mobile devices.
It is a Server-Side Scripting Language. Based on IIS server (Internet Information Services).
It is browser independent.
Follow @coder_baba