We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
μλ¬μ½λλ μμμΌλ μ μμλ νμ§ μμμ
whatColor = 'linear-gradient(-45deg, #5591C9, #245689)';
style={{ background: whatColor }}
background
style={{ backgroundImage: whatColor }}
MDN - CSS background
The text was updated successfully, but these errors were encountered:
youngseo-kangg
NAPP4287
No branches or pull requests
μ΄λ€ μλ¬μΈκ°μ?
μλ¬ λ©μμ§
μλ¬μ½λλ μμμΌλ μ μμλ νμ§ μμμ
μλ¬ νΈλ€λ§ λ°©λ²
whatColor = 'linear-gradient(-45deg, #5591C9, #245689)';
μΌλ‘ μμ±ν λ€ inline styleλ‘style={{ background: whatColor }}
μμ±νμ¬ μ¬μ©νκ³ μμμ.background
λ μμ, μ΄λ―Έμ§, μμ , ν¬κΈ°, λ°λ³΅ λ± μ¬λ¬ λ°°κ²½ μ€νμΌμ ν λ²μ μ§μ ν μ μλ λ¨μΆμμ±μ. μ΄μ²λΌ μ¬λ¬κ°μ§λ₯Ό λ°λ css μμ±μΈλ° background-imageλ‘ μ μ©λλ linear-gradientλ₯Ό backgroundμ μμ±νμ¬ μ μμ μΌλ‘ μλνμ§ μμλ κ²μΌλ‘ μΆμΈ‘λ¨.style={{ backgroundImage: whatColor }}
λ‘ μ λ ₯ν΄μ£Όλ μ μμλ νμ.μλ¬ νΈλ€λ§μ μν΄ μ°Έκ³ ν λ νΌλ°μ€ λ§ν¬
MDN - CSS background
The text was updated successfully, but these errors were encountered: