Simple.css Simple.css is classless CSS template that allows you to create a good looking website very quickly. daily 1 https://simplecss.org Tue, 14 Mar 2023 00:00:00 +0000 Introducing Simple Classes <p>After feedback and discussion from a number of our users, we have decided to add two simple, yet effective classes to Simple.css. As of today, you will be able to use the <code class="language-plaintext highlighter-rouge">.button</code> and <code class="language-plaintext highlighter-rouge">.notice</code> classes in your projects.</p> <p>If you want to add them to your project, you would do so like this:</p> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/* Add a link that looks like a button */ &lt;a class="button" href="https://example.com"&gt;This is a link button&lt;/a&gt; /* Add a notice box */ &lt;p class="notice"&gt;This is a notice box, you can use me to call attention to certain pieces of information.&lt;/p&gt; </code></pre></div></div> <p>And this is what they look like when in use:</p> <p><a class="button" href="https://example.com">This is a link button</a></p> <p class="notice">This is a notice box, you can use me to call attention to certain pieces of information.</p> <h2 id="more-classes">More classes?</h2> <p>If you have any ideas for additional classes or features we can add to the project, please <a href="https://github.com/kevquirk/simple.css/issues">create an issue on GitHub</a>.</p> Tue, 14 Mar 2023 00:00:00 +0000 https://simplecss.org/introducing-simple-classes https://simplecss.org/introducing-simple-classes Help Wanted <p class="notice"><strong>Please note:</strong> We now have the additional support we need. Thanks to everyone who emailed offering to help!</p> <p>As with many side projects, they’re exactly that, side projects. I earn a living doing something else; I also have a family and a number of other commitments. This doesn’t leave much time for side projects like Simple.css, which means it can go unloved for relatively long periods of time.</p> <p>That isn’t fair to the many people using this project.</p> <p>I really don’t want to see Simple.css become yet another unmaintained side project, so I’m coming to you with hat in hand, asking if anyone would like to help maintain the project with me.</p> <p>There’s a couple of requirements I have, as I don’t want the project to fall into the wrong hands:</p> <ul> <li>Must be knowledgeable with CSS (obviously)</li> <li>We must have interacted at some point</li> <li>You must be able to commit some actual time to the project</li> </ul> <p>I don’t want someone that doesn’t have any time for the project - that will just compound the current issue. On the otherhand, I don’t expect a lot of time to be committed to the project either - a couple hours a month is all I’m thinking.</p> <p>If 2 (or more) of us can commit to a couple hours a month, I think it would really help the project.</p> <p>If you’re interested in becoming a maintainer for the project, please <a href="https://kevq.uk/contact">get in touch</a>.</p> Mon, 11 Jul 2022 00:00:00 +0000 https://simplecss.org/new-maintainer https://simplecss.org/new-maintainer Introducing Simple.css Version 2 🎉 <p>I started off wanting to make a few small tweaks to Simple.css, but that list has grown recently since we <a href="https://news.ycombinator.com/item?id=29929438">hit the front page of Hacker News</a>. I decided to take the snag list I had and completely re-do Simple.css in way that I should have in the first place.</p> <h2 id="so-whats-changed-on-v20">So what’s changed on v2.0?</h2> <p>Well, a lot to be honest. Here’s an (incomplete) list as I can’t remember everything I changed off the top of my head:</p> <ul> <li>Simple.css now uses CSS Grid instead of the old school <code class="language-plaintext highlighter-rouge">display:block;</code> method - this improves responsiveness and stops the need for hacks when it comes to full width content</li> <li>I’ve gone through the entire stylesheet to both clean it up and simplify it</li> <li><a href="/hello-world">Added a blog</a> to this site</li> <li>Lots of small UI/UX tweaks that generally improve things</li> </ul> <h2 id="will-these-changes-break-my-site">Will these changes break my site?</h2> <p>In short, I don’t know. They shouldn’t as I’ve made no changes that require the structure of your HTML to change, but you never know.</p> <p>If these changes have broken your site, firstly, I’m sorry - it’s all in the name of maturing the project. Secondly, I’ve published version 1.x of the Simple.css stylesheet separately, so you can continue to use that in your project, if you like.</p> <p>To do that, simply change the <code class="language-plaintext highlighter-rouge">stylesheet</code> reference in your <code class="language-plaintext highlighter-rouge">head</code> section to <strong>one</strong> of the following:</p> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// Our CDN &lt;link rel="stylesheet" href="https://cdn.simplecss.org/simple-v1.css"&gt; OR // NPM CDN &lt;link rel="stylesheet" href="https://unpkg.com/[email protected]/simple-v1.css"&gt; </code></pre></div></div> <p>If you want to continue to use Simple.css in your project and get the latest and greatest version, there’s nothing for you to do. Things should continue to chug along nicely. However, if you are having issues, please <a href="https://github.com/kevquirk/simple.css/issues">submit an issue on GitHub</a> and I’ll do my best to help.</p> <h2 id="thank-you">Thank you!</h2> <p>Finally, I just wanted to say thank you to all the people have contributed to Simple.css, and continue to do so. I never expected Simple.css to go anywhere - it was just a fun little personal project that I ended up publishing. So to see other people finding it useful and using it in the wild really warms my heart.</p> <p>If you’re not using Simple.css yet, check out the <a href="https://github.com/kevquirk/simple.css/wiki/Getting-Started-With-Simple.css">getting started</a> page to…you know…<em>get started</em>. 🙃</p> Mon, 17 Jan 2022 00:00:00 +0000 https://simplecss.org/simple-css-version-2 https://simplecss.org/simple-css-version-2 Hello World! <p class="medium">Well here we are, a new blog on the Simple.css site, check us out!</p> <blockquote> <p>But Kev, why have you added a blog to this site?</p> </blockquote> <p>That’s a great question, dear reader. I thought I’d write this quick post to firstly add some content so the <a href="/news">news page</a> doesn’t look quite so barren.</p> <p>Secondly, the Simple.css project is getting more popular, so I wanted a way to share news about updates to the project and the various things I’m doing with it. This way, you know what I’m doing and where the project is headed.</p> <p>Finally, there is an RSS feed too. So if you’re that way inclined you can <a href="/feed.xml">subscribe</a></p> Sun, 16 Jan 2022 00:00:00 +0000 https://simplecss.org/hello-world https://simplecss.org/hello-world