What's new

Closed Bootstrap

Status
Not open for further replies.

syml1nk

Addict
Joined
Nov 25, 2016
Posts
116
Reaction
59
Points
96
Build responsive, mobile-first projects on the web with the world's most popular front-end component library.

Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.

You do not have permission to view the full content of this post. Log in or register now.


BootstrapCDN
When you only need to include Bootstrap's compiled CSS or JS, you can use BootstrapCDN.

CSS only

Code:
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

JS, Popper.js, and jQuery
Code:
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>


Free themes for Bootstrap

Easy to Install

Simply download a CSS file and replace the one in Bootstrap. No messing around with hex values.

Customizable

Changes are contained in just two SASS files, enabling further customization and ensuring forward compatibility.

Tuned for 4.1.3

Themes are built for the latest version of Bootstrap. v2.3.2, v3.3.7, and others are also available to download.


You do not have permission to view the full content of this post. Log in or register now.
upload_2018-8-16_12-55-3.png



Bootsnipp
You do not have permission to view the full content of this post. Log in or register now.

Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework
upload_2018-8-16_12-56-1.png


Bootstrap Studio
A powerful desktop app for creating responsive websitesusing the Bootstrap framework.
You do not have permission to view the full content of this post. Log in or register now.
Spoiler contents are visible only to Established Members.
upload_2018-8-16_12-58-51.png
 

Attachments

Front End
The front end of a website is the part a user sees and directly interacts with. It’s built with HTML, CSS, and JavaScript.

Back End
While the front end is everything the user interacts with directly, the back end is much more behind-the-scenes and can have some advantages over front end technologies for specific projects. Back end programming languages include PHP, Ruby, Python, and more.

Full Stack
Full stack developers work with both the front and back end of a website. They’re familiar with HTML, CSS, JavaScript, and one or more back end languages.
 
Status
Not open for further replies.

Similar threads

Back
Top