We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608b481 commit 8551e07Copy full SHA for 8551e07
readme.md
@@ -2,6 +2,8 @@
2
3
> Simple clock component using Vue.js
4
5
+
6
+
7
## License
8
9
MIT © Dang Van Thanh <[email protected]>
src/Clock.vue
@@ -39,27 +39,6 @@ export default {
39
</script>
40
41
<style>
42
-*,
43
-*:before,
44
-*:after {
45
- -webkit-box-sizing: border-box;
46
- -moz-box-sizing: border-box;
47
- box-sizing: border-box;
48
-}
49
-
50
-body {
51
- background-color: #dd4a38;
52
- margin: 0;
53
- color: #444;
54
- font-size: 16px;
55
- line-height: 1.5;
56
57
58
-.container {
59
- max-width: 25rem;
60
- margin: 50px auto;
61
62
63
.clock {
64
background: #fff;
65
border: .3rem solid #fff;
0 commit comments