Hello campers!
here we go with my first tribute page: https://codepen.io/Eidan78/pen/pWeEmb
Looks clean and to the point. Could maybe liven up the page with more design aesthetics. One suggestion, try adding a unique typeface for the page title (h1) from google fonts.
Very neat and tidy - nothing wrong with that! Perhaps it could be visually a bit more interesting, but that’s a subjective view (like most things in design!). Good job!
thanks I will work on that!
The bad part is that I’m a deisgner who’s learning to code. So I know the design could be a lot better and I’ve to figure out how to do that with code. I will improve it! thanks!
Looks nice
add
min-width: 370px;
to the body
body {
}
Because text starts to go weird after you go below 370 pixels.
Sorry min-width
…
Yes I thought about that and already corrected it to “min-weight”. Thanks a lot! This community is awesome!