initial commit (long overdue)
This commit is contained in:
34
17th Website/src/components/ProfilePage/profileHeader.vue
Normal file
34
17th Website/src/components/ProfilePage/profileHeader.vue
Normal file
@@ -0,0 +1,34 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'profileHeader',
|
||||
data() {
|
||||
return {
|
||||
count: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div id="headerImages">
|
||||
<img id="rankImg" src="../icons/misc/test.png" />
|
||||
<img id="rangerTab" src="#"/>
|
||||
</div>
|
||||
|
||||
<h1>Dis the header</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
#rankImg {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
#headerImages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user