Building Ghost theme but my CSS isn't linking - html

I'm so sorry if someone else has already asked this issue, but I've been searching for hours for a solution to this problem and can't seem to find an answer. I'm a budding front-end designer who is trying to learn back-end development on the fly. I'm developing a Ghost theme, piggybacking off of Casper. Right now I'm just trying to put up a super simple landing page but none of my CSS is linking. I've tried installing Handlebars, I've tried writing it in Sass with the intent to compile from the command line but it kept throwing errors. Hopefully one of you can help me because I'm pretty sure I've exhausted Google.
My HTML (saved as a .hbs)
<link rel="stylesheet" type="text/css" href="assets/css/comingsoon.css" />
My file structure
~/git/ghost/content/themes/MissionAtWork/assets/css
If you need anymore info I'd be happy to provide it. Thank you so much in advance! Y'all are lifesavers!

I figured it out! I had to go into the sass files and edit them from there. Not from the css. Also my edits were actually working, but my gulp froze whenever I made a syntax error. Simple restart of my gulp window did the trick. Thank you everyone for your help!

Related

Confused HTML beginner here

so I've recently started learning web development and I read and write html according to a tutorial that uses html 4, and just practice it on notepad++ and test them on my browser.
Now there's a problem that's been bugging, the web page doesn't change at all even if I comment out the code or change a few things in it.
I messed around with the height and width of an image and it didn't change, I tried creating a folder outside the notepad++ folder and put everything there and nothing changed, I created a completely new file(added in notepad++) and folder and it was the same. I'm still in the middle of the tutorial and this problem has just been bothering me, someone please help
I think you should try clearing browser cache or try using other IDEs like vscode or if you use android then trebedit or Dcoder
Try refreshing your page, or use an IDE like Visual Studio Code and the live Server plugin. This should help you as a beginner because both of these tools are really easy to use. Maybe it isn't changing because you had never saved your file.

SCSS file isn't compiling properly VScode

I am a new programmer and just decided to start a new project of building myself a portfolio website using HTML and CSS. I have been reading some books on it, and am following through some tutorials to help myself learn and get results. However, the scss file doesn't seem to be showing any results? I have looked around and tried everything Ican, I am new at this so it takes me a while to understand how to look for what's wrong, but any tips would be appreciated!

how to reset vscode to default setting and configurations

Hello guys so I am new to web programming currently learning HTML and CSS and I am using VSCode but my problem is ( i am a newbie) when I try to run the HTML and CSS code I get this file launch.json and it doesn't show me the page I am working on how to fix this I uninstalled and installed but still the same issue I think I messed up with the configuration this is when I run
this how it looks
I think the easiest way, for this moment is to install the liveserver plugin to your VSCode editor, Here you have link to many tutorials how to do this and much more..;-) and then do a decent review of the conventions and rules of web development Good Luck, and Keep calm and do not stop coding !

CSS Link to stylesheet stopped formatting

Embedding my css file is usually fairly simple for me,
I'm far from well versed in CSS but I am not just writing a question without first trying to fix it myself for hours.
However for this project, I had all my css internally written.
<style> </style>
Once I started to transfer all my CSS to my stylesheet all my formatting has disappeared.
My GitHub repo is
https://github.com/marcoantonio123456/Studio
The site itself is being deployed at
https://marcoantonio.netlify.com
Issue was resolved, error was from the imported fonts, Thank you to the community :)

Recover Wordpress stylesheet

I use Wordpress as a CMS and was working on a website and needed a little snippet of code from my own websites style sheet. Accidentally I saved other the WRONG stylesheet and have lost about a months work .. I know Wordpress.com blogs have the latest 25 revisions of there pages and stylesheets but does anyone know if I can retrieve them from my own sites when using Wordpress as a CMS? Any help would be really appreciated! I seriously don't want to lose all of Februarys work!
Thanks guys!
You can try this online tool to recover you cached file : http://www.sensefulsolutions.com/2012/01/viewing-chrome-cache-easy-way.html
Ref: I recovered a file from chrome://cache, how do I read it?
I hope that will help you :)