added bgcolor property to body

This commit is contained in:
davidovski 2022-05-02 12:57:32 +01:00
parent f5a0e291ca
commit fec6cf9bc9
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<title>davidovski.xyz</title> <title>davidovski.xyz</title>
</head> </head>
<body> <body bgcolor="#f58f44">
<div class="main"> <div class="main" bgcolor="#191919" text="#f58f44">
<div class="header"> <div class="header">
<a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a> <a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a>
<hr> <hr>