We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8715c04 commit 8576333Copy full SHA for 8576333
index.html
@@ -6,6 +6,7 @@
6
<title>Thalia Kennedy Website</title>
7
<h1>Wow! What a cool website!</h1>
8
<text>more testing!!! </text>
9
+ <br>
10
<text>this will have real information at some point (spring break project??)</text>
11
</body>
12
</html>
style.css
@@ -1,4 +1,4 @@
1
body{
2
- background-color: #b9a0db;
3
- text-align: center;
+ background-color: white ;
+ text-align: left;
4
}
0 commit comments