Skip to content
Snippets Groups Projects
Commit 39c7402a authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

add a top banner

parent 073a5029
Branches
No related tags found
1 merge request!9front 2, le retour, début page home
Pipeline #42502 passed
<template> <template>
<div class="banner"> <div class="banner">
<Text>CaCaoCritics</Text> <img class="logo" alt="Vue logo" src="../assets/logo.png" />
<h1 class="text" >CaCaoCritics</h1>
</div> </div>
</template> </template>
...@@ -13,6 +14,22 @@ export default { ...@@ -13,6 +14,22 @@ export default {
<style> <style>
.banner { .banner {
text-align: left; text-align: left;
background-color: #FF68AD; background-color: #912F56;
flex-direction: row;
vertical-align: middle;
display: flex;
}
.logo {
max-width: 70px;
max-height: 70px;
margin-right: 20px;
margin-top: 15px;
margin-left: 20px;
}
.text {
width: 100px;
color: #ffffff;
margin-top: 35px;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment