-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.backup
64 lines (48 loc) · 1.45 KB
/
README.md.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# alumna-css
Alumna CSS micro-library for rapid and responsive front-end interface development
## Install and Quick Start
### Step 1
1. Create a `css` folder inside your project.
2. Create a new file `design.css` inside the `css` folder.
2. [Download](https://raw.githubusercontent.com/alumna/alumna-css/master/alumna.min.css) Alumna CSS in the same folder and include these files in your html project:
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Incredible Website</title>
<link rel="stylesheet" href="css/alumna.min.css">
<link rel="stylesheet" href="css/design.css">
</head>
<body>
</body>
</html>
```
### Step 2
1. Create a section group
2. (Optional) Create a box to contain your columns without touching the screen limits
3. Define the desired column numbers
```html
...
<div class="section group">
<div class="box"> <!-- This is optional -->
<div class="col col_1_of_3">
<!-- First column of three -->
</div>
<div class="col col_1_of_3">
<!-- Second column of three -->
</div>
<div class="col col_1_of_3">
<!-- Third column of three -->
</div>
</div>
</div>
...
```
## Changelog
`1.0.0` | `2016-03-30` - First release
`1.1.0` | `2016-07-21` - 12 columns
`1.1.1` | `2016-08-16` - Fix for SVG classes
`1.1.2` | `2018-03-17` - Remove `body` tag from example
`1.1.2` | `2023-01-13` - Set just one font alongside `sans-serif` alias