Git Product home page Git Product logo

Comments (3)

StudioProgrammar avatar StudioProgrammar commented on August 21, 2024

Hi! The reason it wasn't necessary to have the two vertical divs is due to the fact that you could just use margin-left on the elements rather than containers that holds the elements. Remember, a div is a container that is used to affect elements within it in a certain way. It also can be used to separate whole groups of elements from other groups.

In this lesson, after styling both the icon and the subtitle, the only thing left was to create space between the two. That can easily be done with margin-left. Your method would still work except you would have to use the margin of the containers rather than the actual elements since they are inside. I guess what I'm saying is that you would have less work if you just directly affected the elements rather than put them into containers.

Note: I keep mentioning margin-left because that's what I did (I applied it to the subtitle) but you could also use margin-right but apply it to the icon.

from html-css-course-2022.

Mountainboy2 avatar Mountainboy2 commented on August 21, 2024

from html-css-course-2022.

eminahadzicc avatar eminahadzicc commented on August 21, 2024

Hi! The reason it wasn't necessary to have the two vertical divs is due to the fact that you could just use margin-left on the elements rather than containers that holds the elements. Remember, a div is a container that is used to affect elements within it in a certain way. It also can be used to separate whole groups of elements from other groups.

In this lesson, after styling both the icon and the subtitle, the only thing left was to create space between the two. That can easily be done with margin-left. Your method would still work except you would have to use the margin of the containers rather than the actual elements since they are inside. I guess what I'm saying is that you would have less work if you just directly affected the elements rather than put them into containers.

Note: I keep mentioning margin-left because that's what I did (I applied it to the subtitle) but you could also use margin-right but apply it to the icon.

Ah, I understand, makes sense. Thank you!

from html-css-course-2022.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.