We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacd30c commit c7b6b9dCopy full SHA for c7b6b9d
index.html
@@ -1,6 +1,10 @@
1
<html lang="en">
2
+ <head>
3
+ <link rel="stylesheet" type="text/css" href="style.css">
4
+ </head>
5
<body>
6
<title>Thalia Kennedy Website</title>
7
<h1>Wow! What a cool website!</h1>
8
+ <text>more testing!!! </text>
9
</body>
10
</html>
style.css
@@ -1,3 +1,4 @@
body{
background-color: blue;
+ text-align: center;
}
0 commit comments