Sorrend-input példaprogram

<template>
  <div id="appdd">
   
  </div>
</template>

<script>

</script>

<style>
.cont {
  width: 200px;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  box-shadow: 1px 1px 3px black;
  background-color: rgb(218, 218, 201);
  border-radius: 10px;
}
div#appdd {
    text-align: center;
}
div.a {
  user-select: none;
  border-radius: 6px;
  box-shadow: 1px 1px 3px black;
  display: block;
  cursor: grab;
  margin: 6px;
  padding: 7px;
  background-color: rgb(200, 225, 216);
  text-shadow: 1px 1px 3px rgb(85, 85, 85);
  color: rgb(48, 36, 28);
}
</style>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Utoljára frissítve: 2/23/2020, 10:49:47 AM