Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css first element

p:first-child {
  font-size: 1.5em;
}
Comment

select first div css

#content div:first-child {
/*css*/
}
Comment

select first div css

#content_id div.class_name:first-child {
	/*your style*/
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to call media query inside css class 
Css :: limit number of text lines 
Css :: css text align right 
Css :: word break css 
Css :: css top padding 
Css :: how to get element details using cssselector using beautifulsoup 
Css :: css linear gradient 25% of page 
Css :: how to add background image in a container css 
Css :: curve bottom of square css 
Css :: background image with color overlay gradient css 
Css :: custom scrollbar css 
Css :: text-shadow css 
Css :: css grid row height with repeat 
Css :: remove effect off animation css 
Css :: difference between :after and ::after 
Css :: button type submit css selector 
Css :: how to add css using nativeelement in angular 
Css :: center div css flex 
Css :: transform multiple css 
Css :: how to center horizontally and vertically block div 
Css :: responsive table in tailwind css 
Css :: css button pressed effect 
Css :: css cell spacing 
Css :: line sharpness css 
Css :: onclick after color change in css 
Css :: rotate animation css 
Css :: css absolute position inside div 
Css :: css div take remaining screen height 
Css :: how to center icon vertically in react js 
Css :: changer angle div 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =