Skip to content

Commit 4940e8d

Browse files
committed
Fixed typos named library file fluent.min.css
1 parent 9471071 commit 4940e8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ Simply clone the repository locally and extract the _fluent.min.css_ file.
3636

3737
In order to import FluentCSS simply add the two library links on the head tag of your index.html
3838

39-
<link rel="stylesheet" href="custom-library.min.css" />
39+
<link rel="stylesheet" href="fluent.min.css" />
4040

4141
_This is of course assuming the styles are in the root of your project, if they are not then modify their paths accodingly._
4242

43-
And finally add the script for the Font Awesome kit.
43+
And finally add the script for the Font Awesome kit (to be able to use FontAwesome Icons).
4444

4545
<script src="https://kit.fontawesome.com/d0731b8ace.js" crossorigin="anonymous"></script>
4646

4747
## What's included in the library
4848

4949
FluentCSS consists of 1 CSS file: _fluent.min.css_
5050

51-
The _fluent.min.css_ file includes boilerplate stylings that will apply inmediatly as soon as library is imported; it also contains some custom element styles like 'main container' or 'basic container' that serve as building block for your application; further utility classes regarding margin, padding, width and height; and colors classes used style text, background and border colors:
51+
The _fluent.min.css_ file includes boilerplate stylings that will apply inmediatly as soon as library is imported; it also contains some custom element styles like 'main container' or 'basic container' that serve as building blocks for your application; further utility classes regarding margin, padding, width and height; and colors classes to style text, background and border colors:
5252

5353
### Some custom element styles:
5454

@@ -110,7 +110,7 @@ So for example, if you have a heading element that you want to update to a headi
110110

111111
### Custom containers
112112

113-
One of the most important classes provided by _custom-styles.css_ is the _.main-container_ class. With this class you can create containers that are padded, bordered and margined. All the examples in the "Examples" section are contained in custom containers. In order to make a normal div into a custom container you just have to add the class _.main-container_ to such an element. As an example we have a restaurant reservation system that is wrapped in a div...
113+
One of the most important classes provided by FluentCSS is the _.main-container_ class. With this class you can create containers that are padded, bordered and margined. All the examples in the "Examples" section of this README file are contained in custom containers. In order to make a normal div into a custom container you just have to add the class _.main-container_ to such an element. As an example we have a restaurant reservation system that is wrapped in a div...
114114

115115
<div>
116116
<h1>Restaurant Reservation System</h1>

0 commit comments

Comments
 (0)