Commit cd506b7b authored by Hui's avatar Hui
Browse files

Replace style.css

parent 1c44b0a9
...@@ -27,6 +27,10 @@ p { ...@@ -27,6 +27,10 @@ p {
list-style-image: url(../images/list.png); list-style-image: url(../images/list.png);
} }
.content img {
max-width: 100%;
}
header { header {
position: relative; position: relative;
width: 100%; width: 100%;
...@@ -167,6 +171,16 @@ nav a:hover { ...@@ -167,6 +171,16 @@ nav a:hover {
margin: auto; margin: auto;
} }
#projectlogo {
text-align: center;
margin-top: auto;
}
#projectlogo img{
max-width: 300px;
width: 16%;
}
#projectname { #projectname {
font-weight: 700; font-weight: 700;
color: #fff; color: #fff;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment