I did noticed at the beginning of one of my CSS scripts there is a line such as this:
* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } I'm wondering and is safe to say that the * is for gobal?Yes, the *
selector applies to all elements. It’s not always a good idea to use it, though, except for simple demos.
I think I found away to show anyone what I’m up against. I truly love the nav bar from W3 School (which is posted here). But with this one, I get several errors messages when running it on my website. The other one Quizzz I also like. In fact, I’ve used this one on my last website before a hacker got ahold of my site and destoryed it. Anyway, no problems when running it, execpt 1. When I go from the index.html page to my first page, the navbar goes small. On all the other pages it’s a nice size. Can some one point me in the right direction?
Thanks
Dan
Feel free to post a link so we can have a look. Otherwise, it’s pure guesswork.
Is there a CSS editor that will allow me to code CSS and see how it will turn out before I add it to my site?
Codepen is useful to play with HTML, CSS and JS if you want to share the results.
If it is only for you to look at, any basic text editor can write HTML and CSS that you can view in your browser without having to be online.
Sam your a genius! Okay, I’ve got a codepen done. And I know you can or anyone else can look at it and change it as well. My first problem is I’m trying to get the "Next Drawning is: down a line from “The Club”.
No, no one but you can change your (code)pens, but it is possible for someone else to clone your pen and make changes to the copy.
I perfer and I know you have rules, and I’m going by them trust me wizard, but I’m kinda of trying to get this website done and there are things I have no clue about and once I found your site, it was like the heavens open up and your site is the ONLY site I go to for help now. Why not? You have everything any programmer would need. Thank you for letting me know that only I can make changes to it. MMMMM, but he (or anyone else) can email me that change. Still Sam was a genius about helping me out. You too Wizard. Left one thing out and now adding if you go to pen, do a search for dan and you’ll come across it.
Thanks
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.