I’m having trouble starting the dasmoto lesson its like everything i learned is completely gone maybe because i have to do it on my own computer im using vs code
I had trouble with this too! For me, I realized that it’s because I’m such a visual person and it helped a ton to use an editor that has an automatic preview with it. I used an online editor called LiveWeave. I’m sure that program has its downsides when it comes to larger projects, but it was perfect for Dasmoto and I could see all the changes I was making as I went. It also has panes that display your HTML and CSS at the same time, so you can edit both simultaneously and see how they play against one another. LiveWeave also gives you a boilerplate code to start out with that has the !Doctype and html/body tags started for you. That was a big help as well.