CZghost
CZghost
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
I kind of did it for semantic more than functional reason. I might actually rework it so it would work with the previous CSS, what I originally had in mind.
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
I know. No other element with that class does indeed exist.
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
I gotta pay attention to the order of classes. 😄
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
No description
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
Is that why it doesn't work? 😄 Yeah, stupid me. 😄 Thanks 😄
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
Does this determine the order or is the order determined as the resources are downloaded?
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/content.css">
<link rel="stylesheet" href="/css/print.css" media="print">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/dark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/content.css">
<link rel="stylesheet" href="/css/print.css" media="print">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/dark.css" media="(prefers-color-scheme: dark)">
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
Cuz I've got all CSS vars in main.css and this code is in content.css.
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
No description
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
Oh, I'll try that, thanks.
16 replies
KPCKevin Powell - Community
Created by CZghost on 11/29/2024 in #front-end
Navigation menu has been broken
No description
16 replies
KPCKevin Powell - Community
Created by CZghost on 3/7/2023 in #front-end
CSS selector for a div followed by another?
Nevermind, I just realized that I could use the :only-child selector, as when the note is missing, the parent has only the message div.
3 replies