2 aliens
This commit is contained in:
parent
435ec60c7e
commit
a40162e075
1 changed files with 10 additions and 3 deletions
|
@ -43,9 +43,15 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alien {
|
.alien-right {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 20px;
|
right: 50px;
|
||||||
|
top: calc(50% - 60px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.alien-left {
|
||||||
|
position: fixed;
|
||||||
|
left: 50px;
|
||||||
top: calc(50% - 60px);
|
top: calc(50% - 60px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +66,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<img style="margin: 0 auto;" alt="Logo" src="logo.gif"/>
|
<img style="margin: 0 auto;" alt="Logo" src="logo.gif"/>
|
||||||
<img src="alien.gif" class="alien" alt="frer andrer"/>
|
<img src="alien.gif" class="alien-left" alt="frer andrer"/>
|
||||||
|
<img src="alien.gif" class="alien-right" alt="frer andrer"/>
|
||||||
<p class="headline">
|
<p class="headline">
|
||||||
<strong>L'équipe professionelle de Rocket League de l'Abitibi Temiscamingue (anciennement: Element)</strong>
|
<strong>L'équipe professionelle de Rocket League de l'Abitibi Temiscamingue (anciennement: Element)</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue