Hello! Here I will post links that I used to make my website!
I used Scratch for some of my Logos
AMAZING DITHER APP!!!
Free Graphics!
Custom Borders
More Custom Borders!!!
Also, I have some tips on making a website!!!
If you don't know how to make a website but you want to, THEN DO IT!!! I would say that the most basic part of websites you
need to know is DIVISONS!!! (This thing)
Division
These little guys help divide the webpage! it's great for adding boxs for text to be in! In fact, the text your reading is in a division!!!
If you are in Neocities, than before write this code between <head> and </head>!
<style>
\* style is where you just put all of your
\* "styling" stuff! like fonts, sizes,
\* to text! and boxes, and many more!
\* (This would be a very basic box)
#exdiv {
border: 4px solid white;
border-radius: 25px;
height: 10px
width: 20vw
background: #8A8AD1;
margin-left: 0px;
margin-right: 0px;
margin-top: 50px;
margin-bottom: 50px;
border-radius: 0px;
padding: 0px;
scrollbar-color: transparent transparent;
scrollbar-width: none;
overflow-y: hidden;
overflow-x: hidden;
}
</style>
(the <> and the slash inside for things is showing your browser if this is text or code)