Add banner div for my.css
authorPeng Li <seudut@gmail.com>
Fri, 7 Apr 2017 15:11:53 +0000 (23:11 +0800)
committerPeng Li <seudut@gmail.com>
Fri, 7 Apr 2017 15:11:53 +0000 (23:11 +0800)
css/my.css [new file with mode: 0644]

diff --git a/css/my.css b/css/my.css
new file mode 100644 (file)
index 0000000..ab495d3
--- /dev/null
@@ -0,0 +1,39 @@
+html {
+/*    background:#fffbf8; */
+/*    color:#585858; */
+/*    padding:17px; */
+}
+
+body {
+    max-width:45em;
+    margin: 0 auto;
+/*    border: 1px solid LightGrey; */
+}
+
+body .title {
+    text-align:center;
+}
+
+#banner {
+    height: 1.0em;
+/*    background-color: yellow; */
+}
+
+#banner .brand {
+    float: left
+}
+
+#banner nav li {
+    float:right;
+}
+
+ul {
+    list-style-type: none;
+}
+
+#banner a, li a {
+    display:inline-block;
+    height: 1em; 
+    padding:0 .5em;
+    text-decoration:none;
+}