How do we select using css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do we select using css

12th Oct 2017, 6:41 PM
felix
6 Answers
0
by using selector element
12th Oct 2017, 6:42 PM
felix
0
using value
12th Oct 2017, 6:42 PM
felix
0
if youre referencing the p tag, use p { /*CSS here*/ } But it you want to reference something by id, for instance all a tags with the id of "blue", then use: a.blue { color:blue } There are lots more, but thats the simplest types Hope this helps :D
12th Oct 2017, 6:49 PM
Polytiel
Polytiel - avatar
0
i dont understand what you mean by selector element using value
12th Oct 2017, 6:50 PM
Polytiel
Polytiel - avatar
0
tank
12th Oct 2017, 6:52 PM
felix
0
wut
12th Oct 2017, 6:54 PM
Polytiel
Polytiel - avatar