Coder Social home page Coder Social logo

jdevfullstack-tutorials / w3css-intro Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 31 KB

W3.CSS is a very simple and lightweight alternative to Bootstrap, for a responsive and mobile-first website

bootstrap tutorial w3css css-framework frontend w3c w3schools

w3css-intro's Introduction

Intro To W3.CSS

Hits

updated 21 April 2022

When I was learning Bootstrap for my GitHub App, I came across this CSS Framework. In my mind, if there is anything lighter than Bootstrap but with comparable quality, then it will be the best.

Having read only the introduction, I realized this is really great. Just by adding the link to your HTML, you can start using it.

Also for beginners, additional information: in web development, the FrontEnd is the UI, so that, instead of using the command line, you can display your content in such a way that it is a presentable website and with buttons and other components that you can interact with.

CSS is Cascading Style Sheet to add styling to your HTML. HTML is the skeleton of your website, it was derived from SGML (Standardized General Markup Language) so you can tell the computer that
your text document should be displayed as an organized document not plain text. JavaScript is the script to automate your HTML code or to make it dynamic.

Basic Setup

So let's have a basic Hello World

<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<body>

<div class="w3-container w3-teal">
  <h1>Hello World</h1>
</div>

</body>
</html> 

you can use JSFiddle to run the code to see the result right away https://jsfiddle.net/

or W3Schools https://www.w3schools.com/tryit/tryit.asp?filename=tryhtml_hello

this is the sample screenshot,

temp3

as you can see just by adding the line

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

you are already set and start your project right away.

Start Learning At W3Schools

It's best to learn W3.CSS at W3Schools, because it's theirs! Enjoy!

Visit this link: https://www.w3schools.com/w3css/

Useful Links

https://blog.hubspot.com/website/w3-css-vs-bootstrap

https://www.tutorialspoint.com/w3css/index.htm

w3css-intro's People

Contributors

jdevfullstack avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.