[enh] add a nice logo
This commit is contained in:
parent
e3b06d9817
commit
0cef2a520d
@ -50,8 +50,12 @@ body {
|
|||||||
|
|
||||||
.gallery-header {
|
.gallery-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10em;
|
margin-top: 8em;
|
||||||
margin-bottom: 8em;
|
margin-bottom: 6.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-header > h1 {
|
.gallery-header > h1 {
|
||||||
|
57
materialize/img/logo.svg
Normal file
57
materialize/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.7 KiB |
@ -10,6 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="gallery-header">
|
<div class="gallery-header">
|
||||||
|
<img id="logo" src="../materialize/img/logo.svg" />
|
||||||
<h1>Gallery Name</h1>
|
<h1>Gallery Name</h1>
|
||||||
<h4>Subtext of the gallery name</h4>
|
<h4>Subtext of the gallery name</h4>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user