Logo jetzt richtig
This commit is contained in:
parent
07fc862459
commit
d4a0b83b9f
4 changed files with 20 additions and 11 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
.pic{
|
.pic{
|
||||||
display: block;
|
display: block;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
transform: translateY(-80px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pic:hover {
|
.pic:hover {
|
||||||
transform: unset;
|
transform: translateY(-80px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
@ -40,6 +40,10 @@
|
||||||
border-right: 1px solid lightgrey;
|
border-right: 1px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page {
|
||||||
|
margin: 0 125px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the links inside the navigation bar */
|
/* Style the links inside the navigation bar */
|
||||||
.topnav a {
|
.topnav a {
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
<h1>World Data Overview ...</h1>
|
<h1>World Data Overview ...</h1>
|
||||||
|
|
||||||
<p class='text'>Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.
|
<p class='text'>Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
handleFile()
|
handleFile()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr style="border: 1px solid lightgreen">
|
<hr style="border: 1px solid lightgreen">
|
||||||
<p>Copyright © 2018 world_data</p>
|
<p>Copyright © 2018 world_data</p>
|
||||||
|
|
BIN
resources/world_data_logo_v1.png
Normal file
BIN
resources/world_data_logo_v1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Reference in a new issue