κ³ λΌλλλ‘koranidro.hashnode.devΒ·10 minutes ago[css] λ³ν νλ ¬ - ννΈμ΄λ² νΈμ μ΄μ νΈμΌλ‘λΆν° μ΄μ΄μ§λλ€. μ νΈμμλ transformμ μ리μ μ£Όμ λ³ν νλ ¬μ λν΄ μκ°νμ΅λλ€. μ΄λ² νΈμμλ μ΄λ₯Ό μ¬μ©νλ©΄μ νν λ²ν μ μλ μ€λ₯μ λν΄ λ€λ£Ήλλ€. μ’μΈ‘μμ μ°μΈ‘μΌλ‘? μ°μΈ‘μμ μ’μΈ‘μΌλ‘? transform: rotate(90deg) skewX(45deg); μ΄λ»κ² λμνμ€ κ² κ°μκ°μ? \(90^\circ\)λ₯Ό λ€μ§μμΌλ μ¬μ€μ νμ νμ§ μμ κ±°λ λ€λ¦μμ ν κ³ κ±°κΈ°λ€ \(x\)μΆμ λ°λΌ \(45^\c...[CSS] λ³ν νλ ¬CSS
κ³ λΌλλλ‘koranidro.hashnode.devΒ·Dec 14, 2024[css] λ³ν νλ ¬ - μ νΈCSSμμλ μμμ μ΄λμ΄λ ν¬κΈ°, νμ μ μ‘°μ νκΈ° μν transform μμ±μ΄ μμ΅λλ€. μ΄λ λ΄λΆμ μΌλ‘ λ³ν νλ ¬μ ν΅ν΄ μ²λ¦¬ν©λλ€. λ³ν νλ ¬μ μ¬μ©νλ©΄ μμμ λ³νμ λΉκ΅μ κ°λ¨νκ² μνν μ μμ΅λλ€. λ³ν νλ ¬ λ³ν νλ ¬μ΄λ λ³νμ λν νλ ¬ ννμ λλ€. μ¬κΈ°μ λ³νμ΄λ ν¨μλΌ μκ°ν΄ μ£Όμλ©΄ λ©λλ€. μ¦, ν¨μμ νλ ¬ νν μ λλ‘ λ³΄μλ©΄ λκ² λ€μ. νλ ¬μ΄ μ΄λ»κ² ν¨μμ μν μ ν μ μμκΉμ? ν¨μκ° λ¬΄μμΈκ°μ? κΈ°λ₯ μΈ‘λ©΄μμ μ κ·Ό...[CSS] λ³ν νλ ¬transformation matrix
Siratim Mustaquimshorotshishir.hashnode.devΒ·Jul 15, 2024GameObject vs Transform : UnityIn unity there are these questions related to Transform and GameObject, such as, Which one to return as parameter? Which one to receive as a serialized field from Editor? Here goes the simple reference points to make the decision What you get wit...gameobject
Shakir Bakareshakirbakare.hashnode.devΒ·Jul 8, 2024How to Center an Element Horizontally and Vertically with CSS Transform: A Step-by-Step GuideCentering elements in web development is a common task that can sometimes be tricky to achieve. One powerful and versatile method to accomplish this is by using the CSS transform property. In this article, through straightforward steps and explanatio...27 readsCSS
Dibyendu Kundudibyendukundu04.hashnode.devΒ·May 30, 2024How Transform Works in CSS?Introduction: Cascading Style Sheets (CSS) is a style-sheet language used to describe the presentation of a document written in HTML or XML. CSS describes how elements should be rendered on screen, on paper, in speech, or on other media. CSS helps to...41 likesΒ·72 readsCSS
nikeshthebeginnernikesh.hashnode.devΒ·Feb 19, 2024Transform the Data In PowerBIHello everybody, hope all doing well. This blog is about Trasforming the data in Powebi. If your are a beginner and curious learner let's get into it. This going to be a approx 20 minute read, So try to be focused for next 20 min. Just 20 min not mor...learning
satish Mishratechtonics.hashnode.devΒ·Apr 7, 2023Demystifying fit_transform and transform in Scikit-learn: Which Method to Use for Data Preprocessing and When?Machine learning models often require data preprocessing before being trained. Preprocessing involves transforming the raw data into a format that is more suitable for machine learning algorithms. In scikit-learn, there are two methods used for data ...76 readsMachine Learning
Sam Phillipsblog.samdaryl.devΒ·Aug 15, 2022Create Beautiful 3D Perspective Images Easily Using React and CSSIntroduction Perspective transform looks great and creates a really nice experience for the user. When using a framework like React, implementing something like this becomes super simple only using a few CSS styles π Setup Lets start with a simple ...64 readsReact
Olakusibe Aremu-Oluwoledev.olakusibe.comΒ·Jul 26, 2022Solving AttributeError: 'float' object has no attribute 'rint'Problem Lately, I have been working on some ETL projects and during the transform stage I come across the error "AttributeError: 'float' object has no attribute 'rint'", combined with "TypeError: loop of ufunc does not support argument 0 of type floa...343 readsPython