This commit is contained in:
Blandine Bajard 2021-10-18 13:58:50 +02:00
commit 716ff80251
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<title>API REQRES</title>
<script src="script.js" defer type="module"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<h1>Our Team Members</h1>

View File

@ -1,3 +1,7 @@
body{
font-family: 'Roboto';
}
h1 {
text-align: center;
}