Line 3: | Line 3: | ||
<style> | <style> | ||
− | + | .foo { | |
− | + | float: left; | |
− | + | width: 20px; | |
− | + | height: 20px; | |
− | + | margin: 5px; | |
+ | border: 1px solid rgba(0, 0, 0, .2); | ||
+ | } | ||
− | + | .blue { | |
+ | background: #13b4ff; | ||
+ | } | ||
− | + | .purple { | |
− | + | background: #ab3fdd; | |
− | + | } | |
− | + | ||
+ | .wine { | ||
+ | background: #ae163e; | ||
+ | } | ||
+ | |||
+ | </style> | ||
</html> | </html> |
Revision as of 19:59, 15 June 2017