Skip to content

Commit 8551e07

Browse files
committed
Add screenshot
1 parent 608b481 commit 8551e07

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Simple clock component using Vue.js
44
5+
![](screenshot.png)
6+
57
## License
68

79
MIT © Dang Van Thanh <[email protected]>

src/Clock.vue

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,6 @@ export default {
3939
</script>
4040

4141
<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-
6342
.clock {
6443
background: #fff;
6544
border: .3rem solid #fff;

0 commit comments

Comments
 (0)