<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aniki Yusuf</title>
    <description>The latest articles on DEV Community by Aniki Yusuf (@anikiyusuf).</description>
    <link>https://dev.to/anikiyusuf</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F763579%2Fc0d6a985-45e2-4110-b5ee-fa96cddbdb66.png</url>
      <title>DEV Community: Aniki Yusuf</title>
      <link>https://dev.to/anikiyusuf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anikiyusuf"/>
    <language>en</language>
    <item>
      <title>CSS Frameworks</title>
      <dc:creator>Aniki Yusuf</dc:creator>
      <pubDate>Thu, 28 Apr 2022 14:45:04 +0000</pubDate>
      <link>https://dev.to/anikiyusuf/css-framework-47en</link>
      <guid>https://dev.to/anikiyusuf/css-framework-47en</guid>
      <description>&lt;h2&gt;
  
  
  What is CSS Framework ?
&lt;/h2&gt;

&lt;p&gt;A &lt;strong&gt;CSS framework&lt;/strong&gt; is a library allowing for easier, responsive  and more standards-compliant web design using Cascading Style Sheets language.&lt;/p&gt;

&lt;p&gt;When we talk about CSS frameworks what comes to your mind at first?&lt;br&gt;
What is CSS frame ? Why CSS frameworks? How to use CSS frameworks in our project ? When should we use CSS frame works ? Where to use CSS frameworks? Good questions , these are the first great question to ask yourself before making an attempt . But you are in save  hands worry less , let dive in deep.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of CSS frameworks
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Bootstrap&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tailwind CSS&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Bulma&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Foundation&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Pure&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Skeleton&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Miligram&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Materialize&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Susy&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;UIkit&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Semantic UI&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Spectre&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Primer&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why using CSS Framework ?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;CSS frameworks make it possible  to create websites compatible with multiple browsers . This reduces the likelihood of bugs popping up during cross browser testing .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Developers can quickly generate a user-friendly and visually appealing UI that can be modified throughout a project without starting from scratch.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Since these frameworks have ready to use stylesheets in place , using them allows faster and more convenient web development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;User don't have to dive deep into CSS code to accomplish required tasks .&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to use CSS Framework ?
&lt;/h2&gt;

&lt;p&gt;Over time , your project's requirements  will likely change. Although it's impossible to predict the future , it's always worth considering how your project might develop over the long-term . Your chosen CSS Framework should be able to support your site or application as it evolves over months, and potentially  even years.&lt;/p&gt;

&lt;p&gt;When choosing  any technology, it's always smart to consider its ease  of use. Even if you're fluent in CSS, learning any new technology requires a big upfront investment. Every moment that you spend  familiarizing yourself with your new framework is time that you could have invested directly into your project. &lt;/p&gt;

&lt;h2&gt;
  
  
  Advantages of CSS Framework
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;It saves time&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A CSS framework lays out the groundwork for you so you can start developing quicker . If you are work with a team you all have the same shared CSS code , so collaborative effort sped up as well.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;They relive cross-browser concern&lt;/strong&gt;&lt;br&gt;
CSS framework make your work look similar on all browser . It's already coded to look similar  across all browser , so you can focus on customizing and creating content rather than tweaking the base appearance  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;It reduce bug popping up&lt;/strong&gt;&lt;br&gt;
Using CSS framework will keep your code away from bugs most of the time. CSS framework will have to make the proper alignment to your code .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Gives you clean  and symmetrical layouts&lt;/strong&gt;&lt;br&gt;
A grid-base  CSS framework set up multi-column arrangement with predefined pixel widths so you can focus on creating content rather than lining up blocks of text.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Disadvantages of CSS Framework .
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;It changes the way you  write your HTML&lt;/strong&gt;&lt;br&gt;
CSS framework makes your code look differently from using the normal CSS style . It limit what you can design : layout sizes , grid width , button types ,style and anything else . &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Adds extra code&lt;/strong&gt;&lt;br&gt;
It highly unlikely that you'll use every features of a framework .If every byte is crucial , you'll need to go in and strip away unused code in your CSS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Forces you to use the framework's semantics&lt;/strong&gt;&lt;br&gt;
By using a CSS framework, you're forced into semantic changes, especially if the framework uses a non-standard naming CSS. An  issue where it can be a bigger problem is if you're collaborating with other developers or creating for a client that will access the code ,they will have no idea what some of the names  are ,so they will need to be familiar with the framework 's semantics first .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;You can potentially lose time&lt;/strong&gt;&lt;br&gt;
This could be a case where your client wanting to use  a framework that you are not familiar with ,you will have to learn it for the benefit of the client this will course a further delay of the project. it will waste the time of the project ,your client and yourself. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Are CSS Frameworks good ? Of course yes ,most benefit from  the web development and design simplification that CSS frameworks give . But there will be a smaller subset who will stick to doing those tasks themselves to get precise control and result. However it does ultimately depend on if you are the automatic or manual transmission of web designers. Is there any other idea that you'd like to add ?&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
