diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..41ca896 --- /dev/null +++ b/style.css @@ -0,0 +1,20 @@ +h1::after { + display: block; + + width: 100%; + height: 3px; + + background-color: #bbb; + + content: ''; +} + +a { + color: lightgray; + text-decoration: none; + transition-duration: 0.2s; +} + +a:hover { + color: black; +}
\ No newline at end of file |