My Tribute to Chewie

Hey folks,

I´m Nico aka rappitt and I´m glad to found freecodecamp.
I´ve tried a lot of times to learn coding and this time, I knew that this could work out for me.
I like the idea of “real” challenges.

So, long story short…
Here is my very first HTML5 project. It´s very simple, but I´ve tried to only use things I understand.
Feel free and give me some feedback.

Link to my Wokkie page

Wookie Tribute

Thanks

Hi
CSS

This is only a recommendation, but is better not use IDs in selectors:

Codepen:
This code go to: Pen Setting ->Stuff for head

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Why 1.0 and not 1 (like in the bootstrap documentation)?
http://getbootstrap.com/css/#overview-mobile

Cheers and happy coding :slight_smile:

Hey erretres,

thank you very much for your feedback.

As I write it in the first post, this is my very first step into HTML and CSS.
I´ll check the tricks and the documentation.

Again, thank you :slight_smile:

Cheers

1 Like