Add an 'about' link to the project
This commit is contained in:
parent
2f165b5abe
commit
df4b7f1ecd
2 changed files with 11 additions and 0 deletions
|
@ -13,5 +13,6 @@
|
||||||
<p><input id="generate" type="button" value="Inventer un nom !"/></p>
|
<p><input id="generate" type="button" value="Inventer un nom !"/></p>
|
||||||
<p id="result"></p>
|
<p id="result"></p>
|
||||||
</div>
|
</div>
|
||||||
|
<p id="about">C'est <a href="https://git.marvid.fr/Tissevert/Genevee">quoi</a> ce truc ?</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
10
style.css
10
style.css
|
@ -6,6 +6,9 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #feffeb;
|
background: #feffeb;
|
||||||
|
min-height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -26,3 +29,10 @@ div {
|
||||||
div > * {
|
div > * {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about {
|
||||||
|
position: absolute;
|
||||||
|
margin: 0.5em;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue