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

551
Views
Module.css no carga estilos NEXT js

Estoy intentando aplicar module.css a uno de mis componentes de acuerdo con esta guía https://nextjs.org/learn/basics/assets-metadata-css/layout-component .

 /*/components/Livestream/App.js*/ import styles from './App.module.css'; ... return ( <div className={styles.container}> <main> <div className='live-stream'> ... export default App; /*/components/Livestream/App.module.css*/ .container main { align-items: center; display: flex; height: 100vh; justify-content: center; } .container main .live-stream { background-color: #000615; display: flex; height: 100%; overflow: hidden; position: relative; width: 100%; }

Sin embargo, solo la etiqueta principal obtiene el estilo css y no la transmisión en vivo de la clase:

SoloMainCSS

NotLiveStreamClass

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

0

Resuelto como:

 <div className={styles.container}> <main> <div className={styles.liveStream}> #CSS .container main .liveStream { // styles }
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!