Hi, I am a real amateur at all this, and I’m sure this has been covered many times. I wonder if I could post my code and someone could tell me what is wrong with it (probably all of it, ha!)? I am trying to use a font from google and have downloaded it and copied the bit of code but the text stays the same on my web page.
yes, you can also create a codepen.io pen and put your code there and share the link in your reply to me so we can look at it.
Hi, thanks for that. I have since then managed to get the google font working, which is great, However, now, the one thing I want to do to finish my site is to just align my email and a couple of elements at the bottom, with the rest of the site, but it keeps on appearing to the right. I tried to post the code here but it wouldn’t let me send muc h of it.
Blanking Out
.main-stack {
display: flex;
flex-direction: column;
align-items: left; /* Center horizontally */
margin-top: 405rem; /* Space from top */
margin-right: 20rem;
}
.header-flex {
display: flex;
align-items: left;
margin-bottom: 2rem; /* Space between contact and image */
margin-right: 20rem;
}
.image-section {
display: flex;
flex-direction: column;
align-items: left; /* Center image and caption */
margin-right: 20rem;
}
.copyright-section {
text-align: left; /* Center copyright text */
margin-top: 4rem;
margin-right: 20rem;
}
contact:
hello@blankingout.info
"esto es un Robo!"
Copyright Blanking Out, 2025