I mean I want to learn how to use CSS while designing my website, so I request you to suggest some websites to help me design website and use CSS codes during designing the website.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joe WilsonPosted Nov 24, 2014, 2:27 PM
Joginder BangerPosted Nov 24, 2014, 5:15 AM
after then add new css file . This file extension is CSS. after then change it.
try this link
http://msdn.microsoft.com/en-us/library/zfzh36t7.aspx
Example how to create a css for page.
{
background-color: blue;
}
.light-container-2
{
background: url("/empower/img/fancybox_overlay.png") repeat;
display: none;
float: left;
position: fixed;
width: 100%;
z-index: 1;
top: 0;
left: 0;
}
Joe WilsonPosted Nov 24, 2014, 4:49 AM
Suppose I use visual studio to design a website and I want to use CSS codes, so please guide me to how use the CSS in my website.
Joginder BangerPosted Nov 24, 2014, 4:40 AM
In your question have no mention which platform are used at this time. How can tell you where is start.
explorer you need and what type of software are used.
Joe WilsonPosted Nov 24, 2014, 4:05 AM
Manish Kumar ChoudharyPosted Nov 23, 2014, 11:22 PM
yes definitely w3cschool it best to begin.
http://www.w3schools.com/css/
Wim SturkenboomPosted Nov 23, 2014, 12:29 PM