diff --git a/index.html b/index.html index 729601c..9576a65 100644 --- a/index.html +++ b/index.html @@ -21,21 +21,37 @@ border-collapse: collapse; width: 100%; } - - th, - td { - text-align: left; - padding: 8px; - } - tr:nth-child(even) { background-color: #f2f2f2; } th { - background-color: #4CAF50; + background-color: #666; color: white; + border: 1px solid #000; + padding: 10px; + text-align: center; + } + tbody { + background-color: #fff; + } + tbody a { + color: #fff; + text-decoration: none; + background: #333; + padding: 3px 10px; + border-radius: 5px; + transition: .3s; + } + tbody a:hover { + background: #666; + } + tbody td { + border: 1px solid #000; + padding: 15px; + text-align: center; } + @@ -85,10 +101,10 @@

HTML5 essence

date.innerHTML = blog.date; title.innerHTML = blog.title; preview.innerHTML = `Preview`; - hashnodeBlog.innerHTML = `Hashnode Blog`; - githubPageBlog.innerHTML = `Github Page Blog`; - sourceCode.innerHTML = `Source Code`; - downloadCode.innerHTML = `Download Code`; + hashnodeBlog.innerHTML = `See`; + githubPageBlog.innerHTML = `See`; + sourceCode.innerHTML = `Code`; + downloadCode.innerHTML = `Download`; }); } @@ -97,4 +113,4 @@

HTML5 essence

- \ No newline at end of file +