Hey guys,
I just completed my first ever tribute page! Please take a peek and tell me your honest opinions.
I want to learn from my mistakes so don’t hold back, I welcome all critique and corrections.
Thank you!
Hey guys,
I just completed my first ever tribute page! Please take a peek and tell me your honest opinions.
I want to learn from my mistakes so don’t hold back, I welcome all critique and corrections.
Thank you!
Hi @Peaseblossom,
CSS
.icon2 {
...
float: center;
...
}
MDN documentation:
Values
HyperText Markup Language:
.credit {
...
font-color: #ffffff;
}
MDN documentation:
The color property sets the foreground color of an element’s text content, and its decorations. It doesn’t affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.
<div class="bg">
<img src="https://media.npr.org/assets/img/2012/06/08/gettyimages_85849850_wide-415835162f057fa03638afe32e26d9e7ed2e820c.jpg" alt="" class "img-responsive" width="1100" height="620" class="desaturate">
</div>
<div class="row">
Bootstrap documentation:
Rows must be placed within a .container (fixed-width) or .container-fluid (full-width) for proper alignment and padding.
This seems error prone:
<div class="title">1953</div>
<div class="body"> <-- here
Cheers and happy coding
Thanks much for the corrections! I’m gonna brush up on my HTML and CSS for a while longer until I’m 100% fluent.
You’re welcome. I really like the design of your tribute page .
Cheers and hapy coding