This commit is contained in:
TiclemFR
2023-08-31 22:10:09 +02:00
parent 452d5adc4a
commit 24fb22ecfe
4 changed files with 4852 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ import HelloWorld from './components/HelloWorld.vue'
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" /> <!-- <img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" /> -->
<img alt="Moi" class="logo me" src="@/assets/me.jpg" width="125" height="125" />
<div class="wrapper"> <div class="wrapper">
<HelloWorld msg="You did it!" /> <HelloWorld msg="You did it!" />
@@ -31,6 +32,10 @@ header {
margin: 0 auto 2rem; margin: 0 auto 2rem;
} }
.me {
border-radius: 30px;
}
nav { nav {
width: 100%; width: 100%;
font-size: 12px; font-size: 12px;

Binary file not shown.

BIN
src/assets/me.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

4846
src/assets/me.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 288 KiB