/Bootstrap

Primary LanguageHTMLMIT LicenseMIT

Bootstrap

What you will find here?

  1. Bootstrap schemes.
  2. Working stuff.
  3. Bootstrap snippets.
  4. A completly and fully working website made using bootstrap.
  5. Custom CSS and JS scripts.
<head>
        <meta charset="utf-8">
        <meta name="description" content="Some testings.">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
        <title>Bootstrap tests</title>
        <link rel="stylesheet" href="css/bootstrap-theme.css">
        <link rel="stylesheet" href="
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css">
        <link rel="stylesheet" href="css/bootstrap.css">
        <link rel="stylesheet" href="css/style.css">
        <link rel="author" href="Sergi Vos">
    </head>