neocities update_10012024
Hello!
I updated my site a little yesterday. I'll also write down the codes I learned under this label to not forget them. Sorry if I use the wrong terms, I'm just writing things down in a way that helps me understand !
I added pictures on the side and I'll try to make buttons out of them later that would link them to other pages. I edited the about me section but I'd like to make it look a bit cuter later. I also figured out how to change the background color of the main section (the one in the middle) to a background image! Took me a while to get there tho lol. I want to do the same to the background of the about me box but I still need to figure that out...
How to add pictures:
<img src="url of your image or gif" width="pixel size you want" height="auto">
font-family: Nunito;
src: url('url of your font');
font-style: italic;
}
h2,
h3 {
color: #455a17;
}
h1 {
font-size: 40px;
text-align: center;
}
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
- Coffee
- Tea
- Milk
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
- Coffee
- Tea
- Milk
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
- Coffee
- - black hot drink
- Milk
- - white cold drink
--body-bg-image: url('url of image');
--main-bg-image: url('url of image');
/* colors */
--content: #89a447 ;
}
background-color: #89a447;
flex: 3;
padding: 30px;
order: 2;
width: 100%;
height: 1800px;
padding: 60px;
background-image: var(--main-bg-image);
background-size: 100%;
So yeah, for now I just used those tings to modify the journal page and the whale page. I'm not completely satisfied with the look of the journal for now, especially the header... I'm gonna find something else that works better. I think I want it to look more like a book? If I could figure out how to make a page flip effect ...that would be really cool. Or at least have two pages next toe each other or something? idk idk
I'm going to organize the whale page into different sections for each type of whale or dolphin (not sure if I'll acutally talk about the dolphins tho bc they annoy me). I also want to do something with the miffy sticker, make it into a button that bring s you back to the home page or something? I'm not sure yet.
I also changed my favicons for each page. I found a little gif of a fish in a bowl on this site: https://pixelsea.neocities.org/#fish
It's made by the same person who made one of my favorite websites. It's such a cute idea and it's so handy to find gifs to decorate my website!
Change the favicon:
<head>
<meta charset="UTF-8">
<title>Your page's Title</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" type="image/png" href="url of your image">
</head>
That's all for now! I'll try not to work on it today because I have actual homework to do. It's not much but I have to get to it asap. I think my blogspot site will also be used as a draft template for my neocities one or just as a place where I'll post updates of the making of.
Take care and until next time.
Kisses, Popi
Comments
Post a Comment