added a stylesheet and changed the background color

pull/526/head
annmaryvinod 3 years ago
parent 1c0ea78188
commit ae51fa792f

@ -3,8 +3,10 @@
<head> <head>
<title>Document Object Model:30 Days Of JavaScript</title> <title>Document Object Model:30 Days Of JavaScript</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css?family=Lato:300, 400,400i,700,700i&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lato:300, 400,400i,700,700i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head> </head>
<body> <body>

@ -0,0 +1,9 @@
body{
background-color: black;
}
div.wrapper h1{
color : #ffff;
}
Loading…
Cancel
Save