Answers for "css first item of type only"

CSS
4

css style for the first element only

p:first-of-type {
  font-size: 1.25em;
}
Posted by: Guest on March-11-2020
1

css first of type

:first-of-type {
	//styles here
}
Posted by: Guest on March-03-2020

Code answers related to "css first item of type only"

Browse Popular Code Answers by Language