-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) · 1.51 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>CSS3 for Programmers</title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1>CSS3 for Programmers</h1>
<p>Originally presented at the <a href="http://www.meetup.com/HTML5-Denver-Users-Group/events/51407022/">HTML5 Denver User Group</a> on Monday, February 20, 2012.<br/><a href="css3.pdf">Slides</a> (PDF, 10.6mb)</p>
<hr/>
<h2>Look and Feel</h2>
<ul>
<li><a href="selectors.html">Selectors</a></li>
<li><a href="selectors2.html">More Selectors</a></li>
<li><a href="form.html">Form Validation</a> (source: <a href="http://www.alistapart.com/articles/forward-thinking-form-validation/">Forward Thinking Form Validation</a>)</li>
<li><a href="round.html">Rounded Corners</a></li>
</ul>
<h2>Layout</h2>
<ul>
<li><a href="layout.html">Floating DIVs</a></li>
</ul>
<h2>Behavior</h2>
<ul>
<li><a href="hover.html">Hover</a></li>
<li><a href="transition.html">Transition</a></li>
<li><a href="transitionWithImages.html">Transition with Images</a></li>
<li><a href="orientation.html">Orientation</a></li>
</ul>
<hr/>
<p><a rel = "license"
href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons Attribution 3.0 License"
><img src="http://i.creativecommons.org/l/by/3.0/88x31.png"
alt="License"/></a>
<a href="http://thirstyhead.com">ThirstyHead.com</a>
</p>
</body>
</html>