-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
254 lines (217 loc) · 6.62 KB
/
index.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0" />
<title>Basic.css - Classless CSS Starter File</title>
<meta name="Description" content="Basic.css gives you basic CSS formatting and ability to make basic grids with only HTML5 syntax.">
<meta name="author" content="Vladimir Carrer">
<link rel="stylesheet" href="css/basic.css" type="text/css">
<style>
main,footer {
margin: 0 auto;
width: 60%;
text-align: left;
padding: 0 20px;
}
section>section {
color: #fff;
background-color: var(--c1);
padding: 15px;
margin: 10px 8px 10px 8px;
text-align: center;
}
@media (max-width: 481px) {
body {font-size: 18px}
main,footer {width: 98%}
section,article {flex:none; width:100%; margin-left: 0;}
}
</style>
</head>
<body>
<main>
<br />
<h1><a href="https://github.com/vladocar/Basic.css">Basic.css - Classless CSS Starter File</a></h1>
<section>
<article>
<img src="img/undraw_proud_coder_7ain.svg" alt="Lightweight" />
<h4>Lightweight</h4>
<p>1 Kb minified and gzipped. No CSS classes. </p>
</article>
<article>
<img src="img/font.svg" alt="Basic Typography" />
<h4>Basic Typography</h4>
<p>Essential typography with the System Font Stack.</p>
</article>
<article>
<img src="img/undraw_forms_78yw.svg" alt="Basic Forms" />
<h4>Basic Forms</h4>
<p>Vivamus non leo magna, quis imperdiet risus. </p>
</article>
</section>
<section>
<article>
<img src="img/undraw_color_palette_yamk.svg" alt="Dark Theme" />
<h4>Dark Theme</h4>
<p>Easy to customize color palette and dark theme. </p>
</article>
<article>
<img src="img/grid.svg" alt="Simple Grid" />
<h4>Flex Grid without classes</h4>
<p>By putting <b>section</b> tag inside <b>section</b> tag container you could make infinite flex grid.
</p>
</article>
<article>
<img src="img/undraw_design_notes_8dmv.svg" alt="Round Corners" />
<h4>Round corners</h4>
<p> Round corners --rc are set to 8px by default. Set --rc to 0px if you don't like rounded corners.</p>
</article>
</section>
<h4>Basic Typography</h4>
<p>
Suspendisse rhoncus, est ac sollicitudin viverra, leo orci sagittis massa, sed condimentum est tortor a lectus. Curabitur porta feugiat ullamcorper. Integer
lacinia mi id odio faucibus eget tincidunt nisl iaculis. Nam adipiscing hendrerit turpis, et porttitor felis
sollicitudin et. Donec dictum massa ac neque accumsan tempor. Cras aliquam, ipsum sit amet laoreet
hendrerit, purus <del>deleted text</del> sapien convallis dui, et porta leo ipsum ac nunc. Nullam ornare
porta dui ac semper. Cras aliquam laoreet hendrerit. Quisque vulputate dolor eget mi porta vel porta nisl
pretium. Vivamus non leo magna, quis imperdiet risus. Morbi tempor risus placerat tellus imperdiet
fringilla.
</p>
<blockquote>
<p> Why I am not one who was born in the possession of knowledge; I am & one who is fond of antiquity, and
earnest in seeking it there.</p>
</blockquote>
<p><cite><a href="/">Confucius, The Confucian Analects</a></cite>, (551 BC - 479 BC)</p>
<h4>Ordered lists</h4>
<ol>
<li>Unus</li>
<li>Duo</li>
<li>Tres</li>
<li>Quattuor</li>
</ol>
<h4>Unordered lists</h4>
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipisicing elit</li>
<li>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</li>
<li>Ut enim ad minim veniam</li>
</ul>
<p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua.</p>
<pre>body { font:0.8125em/1.618 sans-serif;
background-color:#fff;
color:#111;
}</pre>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.</p>
<h4>Tables</h4>
<table summary="Jimi Hendrix albums">
<caption>Jimi Hendrix - albums</caption>
<thead>
<tr>
<th>Album</th>
<th>Year</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Are You Experienced </td>
<td>1967</td>
<td>$10.00</td>
</tr>
<tr>
<td>Axis: Bold as Love</td>
<td>1967</td>
<td>$12.00</td>
</tr>
<tr>
<td>Electric Ladyland</td>
<td>1968</td>
<td>$10.00</td>
</tr>
<tr>
<td>Band of Gypsys</td>
<td>1970</td>
<td>$12.00</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Album</td>
<td>Year</td>
<td>Price</td>
</tr>
</tfoot>
</table>
<h4>Infinity Grid</h4>
<section>
<section> 1 </section>
<section> 2 </section>
<section> 3 </section>
</section>
<section>
<section>1</section>
<section>2</section>
<section>3</section>
<section>4</section>
</section>
<section>
<section> 1 </section>
<section> 2 </section>
<section> 3 </section>
<section> 4 </section>
<section> 5 </section>
</section>
<h4>Forms</h4>
<form>
<p>
<label for="Name">Name:</label><br />
<input id="Name" type="text" name="Name" />
</p>
<p>
<label for="City">City:</label><br />
<input id="City" type="text" name="City" />
</p>
<p>
<label for="Email">Email:</label><br />
<input id="Email" type="text" name="Email" />
</p>
<p>
<label for="Message">Message:</label><br />
<textarea id="Message" name="Message"></textarea>
</p>
<p>
<label for="lorem">Lorem ipsum</label><br />
<select id="lorem" name="Lorem ipsum">
<option selected="selected" value="1">Lorem ipsum</option>
<option value="2">dolor sit amet</option>
<option value="3"> consectetuer adipiscing</option>
<option value="4">vitae diam</option>
<option value="5">Vestibulum ornare</option>
</select>
</p>
<p>
<label>Number:<br />
<input type="radio" name="radioSet" value="uno" />Uno<br />
<input type="radio" name="radioSet" value="due" />Due<br />
<input type="radio" name="radioSet" value="tre" />Tre<br />
</label>
</p>
<p>
<button>Button </button>
<button>Hello World</button>
<input type="button" value="Input button" />
<input type="submit" value="Input submit" />
<input type="reset" value="Input reset" />
</p>
</form>
<p><b><a href="https://github.com/vladocar/Basic.css">Download the project on Github</a></b></p>
<hr>
</main>
<footer>
<p>Made with ❤️ by <a href="https://github.com/vladocar">@vladocar</a> </p>
</footer>
</body>
</html>