added logo centerilng css example
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
h2 {
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
img#logo {
|
||||
width: 50%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user