Open rimmesbe opened 7 years ago
Thank you. I forgot to add the link to the "reset.css". With respect to the statement "<meta name =" viewport ".....>",I thank you for reminding me of the role it plays.
Dear Ryan, I appreciate your comments on the problems found in the project code I sent, and I have already made the corresponding corrections. And I ask you, if you are going to send new comments regarding other problems that I encounter in my code when I run it. I find it difficult to correctly define some aspects of positioning and size of components. For example: a) the three images associated with "Orientation date", "Our campus" and "Our guest lecture" do not have the correct size or position
b) in the section of the page entitled "Start learning" which includes six components that each have an image and a text, I did not know how to define them so that they are separated by "32px" between rows and columns. I await your instructions on this.
Thanks and regards. Gonzalo
Make sure you are linking your reset.css file inside the head, above your stylesheet (important). Also when using media queries you should add this inside the head section as well:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
https://github.com/gonzalo-github/CapstoneProjectCOLMARACADEMY/blob/master/index.html#L3-L7