Hi to all. I would really appreciate any feedback from this first project of mine.
Doing this project made me realize how hard is to create an design (so many hours changing color to end up choosing black and white), specially with specifications, but i’ve tried my best to put a little of my own design.
Also, for some reason i can’t wrap my head around why the element with id “a-source” aligns to the right. I’ve tried a lot of different things to align, but nothing works.
Most developers are not designers so you are in good company.
The important thing is that you created something on your own and learned in the process.
You wrote this in your code text-align: right !important;
But it looks like it is in the middle anyway so if you wanted it centered then maybe you can just delete that text-align right.
As for feedback, I think you did a good job.
I would review the lesson in giving links meaningful names
@ dejesus Do you want it to line up with the other bullet points? You could move it into the ul, add li, give it a class of no-bullet and set the CSS as follows:
Sorry for the late response. I wanna thank both @jwilkins.oboe and @hilbug for your feedback. The reason that i was having the problem with the “a-source” is due to a lack of understanding of how block and inline elements work and who those are. Since anchor tags are inline elements, it needs a block element to be able to align right.
@jwilkins.oboe I’ve also tried to improve the names of links.