mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Started to work in projects component
This commit is contained in:
21
src/components/Home/Projects.vue
Normal file
21
src/components/Home/Projects.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="projects">
|
||||
<h1 id="projects">My projects</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.projects{
|
||||
width: 100%;
|
||||
border: 2px green dotted;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap-reverse;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user