diff --git a/css/codevert.jpg b/css/codevert.jpg new file mode 100644 index 0000000..756996a Binary files /dev/null and b/css/codevert.jpg differ diff --git a/css/t2.css b/css/t2.css index 28bda36..0e6f375 100644 --- a/css/t2.css +++ b/css/t2.css @@ -7,11 +7,6 @@ body { padding: 20px; } -h1, h2, h3 { - font-family: 'Helvetica Neue', sans-serif; - text-align: left; - color: #444; -} button { padding: 8px 15px; diff --git a/css/t9.css b/css/t9.css index 7146a17..b8494a0 100644 --- a/css/t9.css +++ b/css/t9.css @@ -5,6 +5,8 @@ body { color: #2c3e50; margin: 0; padding: 90px; + background-image: linear-gradient(black, white); + background-image: url(codevert.jpg); } h1, h2, h3 { @@ -79,3 +81,5 @@ th { table tr:hover { background-color: #f1f1f1; } + + diff --git a/index.html b/index.html index 1520b67..1b967ee 100755 --- a/index.html +++ b/index.html @@ -37,5 +37,4 @@ - \ No newline at end of file