Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -35,12 +35,15 @@
|
|
35 |
.blue-text {
|
36 |
color: blue;
|
37 |
}
|
|
|
|
|
|
|
38 |
</style>
|
39 |
</head>
|
40 |
<body>
|
41 |
<div class="section">
|
42 |
<img src="HugginessSurveyLogo.png" alt="Hugginess Survey Logo">
|
43 |
-
<h1>January 2025 Hugginess Survey Results</h1>
|
44 |
</div>
|
45 |
|
46 |
<div class="section">
|
|
|
35 |
.blue-text {
|
36 |
color: blue;
|
37 |
}
|
38 |
+
.center-text {
|
39 |
+
text-align: center;
|
40 |
+
}
|
41 |
</style>
|
42 |
</head>
|
43 |
<body>
|
44 |
<div class="section">
|
45 |
<img src="HugginessSurveyLogo.png" alt="Hugginess Survey Logo">
|
46 |
+
<p class="center-text"><h1>January 2025 Hugginess Survey Results</h1></p>
|
47 |
</div>
|
48 |
|
49 |
<div class="section">
|