https://codepen.io/jordancrowl/pen/gOwGWEW
I’m a big fan of Bobby D. Maybe you are too!
Let me know what you think!
Thanks!
https://codepen.io/jordancrowl/pen/gOwGWEW
I’m a big fan of Bobby D. Maybe you are too!
Let me know what you think!
Thanks!
Hey Jordan, looks awesome! Love the vibe of the page. My bit of advice would be to contain your #tribute-info
a bit more by adding some width
and setting your horizontal margins to auto
so everything is centered.
#tribute-info {
width: 40%;
text-align: center;
font-size: 18px;
margin: 30px auto;
line-height: 1.5;
}
Thanks for sharing.
Thanks for your reply good sir. I made some adjustments. Looks tighter. Thank you!
Your page looks good @jojo4545. Some things to revisit;
body
element in HTML. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
body
element. You can review this for an understanding of the HTML boilerplate tags.<br>
element to force line breaks or spacing. That’s what CSS is for.