0
need help is css
hi i hv completed many courses but css is confusing ..where to use it..how to use it ..is there any code playground for it..should i use it with html/js?..
4 Answers
+ 2
Use it with html. There is no other place where you can use it on Sololearn except the web codes
+ 2
CSS is the language we use to style an HTML document.
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g., fonts, colors, spacing) to Web documents.
CSS describes how HTML elements should be displayed.
CSS Example
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
+ 1
As đ Alex TuÈinean đ has already mentioned, CSS is commonly used with Html to make websites more customised. It should be run in Web playground on sololearn along with Html.
However this is not the only place you could use Css. CSS is often used for styles in many game engines, and application developing software
(e. g. Qt)
0
You leared css from many videos but you dont understood how to apply . There are two ways to use css You can use internal or external . Its better to write css code in seperate file while learning css also do practice apply things on html which u have learnt . Many playground are available you can use Visual studio code or sublime text editor . Follow any tutorial you can get the things well