summaryrefslogtreecommitdiffstats
path: root/standard.css
diff options
context:
space:
mode:
Diffstat (limited to 'standard.css')
-rw-r--r--standard.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/standard.css b/standard.css
new file mode 100644
index 0000000..ff055c8
--- /dev/null
+++ b/standard.css
@@ -0,0 +1,29 @@
+.trick
+{
+ //border: 1px solid green;
+ clear:both;
+}
+
+.trick div div
+{
+ position: absolute;
+ width: 65px;
+ background-color: red;
+ display: none;
+}
+
+.trick div
+{
+ float:left;
+ margin-bottom:10px;
+}
+
+.trick div:hover div
+{
+ display:block;
+}
+
+.comment
+{
+ background-color:green;
+} \ No newline at end of file