Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
I have two same cIass name and one style is possible to apply style for first div class?

I have Two div like :

<div class="circle">
<div class="circle">

and I have a style:

.circle{
    width="100";
    height="200";
}

In this case I the css apply to first div only is this possible?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

use .circle:first-child and you solve you problem

.circle:first-child {
  height: 100px;
  width: 100px;
  background: red;
}
<div class="circle">First child</div>
<div class="circle">Second child</div>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!