Today's Progress:
- Add more features in a template that I am working on in Alura
- Finish "Basic HTML and HTML5" in FreeCodeCamp.
Thoughts: After some personal problems, I'm ashamed to start this challenge for the second time. It has been a challenge for me don't miss a day, but I will struggle to improve my knowledge in this area. Talking about what I learned: It was fantastic remember the basic concepts in little pieces of challenges. I could remember things like: Adding the version of the html page with the Doctype tag; Always use the alt attribute inside img tag; Be careful with the divisions of your website.
Useful links: Clear tag in w3schools
Today's Progress:
- Correcting the position of elements in a template that I am working on in Alura. I learned more about float and clear with some exercises.
Thoughts: WoW It's pretty hard to understand everyhing about position at the beginning. I have tried manipulate elements in this way in the past but was terrible, now I fell a little more confortable to work with the float CSS property.
Useful links: Image of the template that I'm working on, Code
Today's Progress:
- Learning more about fallback in CSS, importing a font and position property in CSS
- Add more updates in Alura project: correcting position navigation and fixing menu and footer with position=fixed.
Thoughts: I could understand so much better while I'm practing with these projects.
Useful links: Google fonts library
Today's Progress:
- I finally finished the basic of HTML and CSS project in alura. All my code is on my github.
- I started a new course at Alura focused in good practices and advanced topics related to HTML5 and CSS3.
- I learned today:
- CSS Units: rem, em and ch
Thoughts: I have some problems to merge everything into master and deleting the other branch (I'm trying to do everything in the console without interface). Besides that, I am proud of myself because I finish the first course of a front-end carrer. At the same time, I fell a little guilty because when I finish my english course I stop practing and nowadays I have some difficulties with the spelling of some words :( So...Let's learn more and more!! Step by step!
Useful links:
Today's Progress:
- I was correcting again all the CSS unit in my project
- Correcting the space of all the elements in the index page given (try to implement good practices)
Thoughts: I am completely sleepy today, I need to study for my exams in college.
Today's Progress:
- Using Clockwise Notation for margin and padding inline (It was a surprise discover this name)
- Using CSS selectors [attr = value]
- Understanding more about CSS conflict and overriding: class, id, inline styles and !important
- Colors Pattern (hex code and rgb)
- Learning about CSS variables and fallbacks
Thoughts: I finished "Introduction to Basic CSS" in FreeCodeCamp o/
Useful links: