Skip to content

Commit 16e9ccb

Browse files
committed
Updated rules with current names
1 parent 9292ec0 commit 16e9ccb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ So for example, if you have a heading element that you want to update to a headi
108108

109109
### Custom containers
110110

111-
One of the most important classes provided by _custom-styles.css_ is the _.custom-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 _.custom-container_ to such an element. As an example we have a restaurant reservation system that is wrapped in a div...
111+
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...
112112

113113
<div>
114114
<h1>Restaurant Reservation System</h1>
@@ -119,9 +119,9 @@ One of the most important classes provided by _custom-styles.css_ is the _.custo
119119

120120
![Heading example](demo/div.png)
121121

122-
...add the _.custom-container_ and _.bg-blue_ classes to such div in order to change it to a custom container with a blue background...
122+
...add the _.main-container_ and _.bg-blue_ classes to such div in order to change it to a custom container with a blue background...
123123

124-
<div class="custom-container bg-blue">
124+
<div class="main-container bg-blue">
125125
<h1>Restaurant Reservation System</h1>
126126
...
127127
</div>
@@ -134,7 +134,6 @@ One of the most important classes provided by _custom-styles.css_ is the _.custo
134134

135135
In order to see how to apply any of the different styling examples simply load the index.html that comes with the library, and check the source code to see how each element was implemented.
136136

137-
138137
## Examples
139138

140139
### Headings with depth

0 commit comments

Comments
 (0)