forked from vinodselvin/css-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.03 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<title>CSS Object Series</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
<div class="w3-container">
<h2>CSS Objects Series</h2>
For basics do visit <a href="basics.html">here</a>.
<p>Objects made with css:</p>
<ol type="A">
<li><a href="apple-logo.html">Apple Logo</a>, <a href="audi-logo.html">Audi Logo</a></li>
<li></li>
<li>____________________</li>
<li>____________________</li>
<li>____________________</li>
<li><a href="facebook-logo.html">Facebook Logo (white background)</a>, <a href="facebook-logo-color.html">Facebook Logo (with background)</a></li>
<li><a href="github-logo.html">Github Logo</a></li>
<li>____________________</li>
<li>____________________</li>
<li>____________________</li>
<li><a href="google-keep-logo.html">Keep Logo (Google Keep)</a></li>
</ol>
<p style="color:red">Suggest some objects, to me or contribute some <a href="https://github.com/vinodselvin/css-objects">here</a>.</p>
</div>
</body>
</html>