Last change
on this file since 231918f was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago |
Added Initial frontend
|
-
Property mode
set to
100644
|
File size:
689 bytes
|
Rev | Line | |
---|
[590f667] | 1 | <script>
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 | </script>
|
---|
| 8 |
|
---|
| 9 | <template>
|
---|
| 10 |
|
---|
| 11 | <div id="component">
|
---|
| 12 | <img src="/src/assets/logo.png" alt="Logo could not be found." />
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | <h3 class="h1">Омилени Локали</h3>
|
---|
| 16 |
|
---|
| 17 | <h3 class="h1">Твојте Резервации</h3>
|
---|
| 18 |
|
---|
| 19 | <h4 id="login">Login</h4>
|
---|
| 20 | <p class="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque.</p>
|
---|
| 21 | <p class="lead text-end">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
---|
| 22 | <p class="lead text-center text-warning bg-primary">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
---|
| 23 | </div>
|
---|
| 24 | </template>
|
---|
| 25 |
|
---|
| 26 | <style scoped>
|
---|
| 27 |
|
---|
| 28 | #login {
|
---|
| 29 | float: right;
|
---|
| 30 | padding: 2%;
|
---|
| 31 |
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | #component{
|
---|
| 35 | width: 90%;
|
---|
| 36 | height: 5%;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 |
|
---|
| 40 | </style>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.