Skip to content

Commit 45d5d4d

Browse files
authored
Add files via upload
1 parent e5b8b74 commit 45d5d4d

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

layout.html

+18-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,24 @@
3434

3535

3636
<!-- Main Content -->
37-
<main class="container py-5 text-center">
38-
AHHHHHHHHHHH HELPLPLP HILFEEEEE
37+
<main class="container py-5 text-center">
38+
<p>Look for information in:</p>
39+
<ul>
40+
<li><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1402378/">NIH: Health benefits of physical activity: the evidence</a></li>
41+
<lr></lr>
42+
<li><a href="https://www.who.int/news-room/fact-sheets/detail/physical-activity">WHO.int: Physical activity</a></li>
43+
<lr></lr>
44+
<li><a href="https://www.nhs.uk/live-well/exercise/exercise-health-benefits/">NHS: Benefits of exercise</a></li>
45+
<lr></lr>
46+
<li><a href="https://www.cdc.gov/physical-activity-basics/benefits/index.html">CDC: Benefits of Physical Activity</a></li>
47+
<lr></lr>
48+
<li><a href="https://medlineplus.gov/benefitsofexercise.html">Medlineplus: Benefits of Exercise</a></li>
49+
</ul>
50+
Additional & Non-Related:
51+
<ul>
52+
<li><a href="https://jsilva.blog/2019/01/11/eat-move-sleep-book-summary/">eat-move-sleep-book-summary</a></li>
53+
</ul>
54+
3955

4056
Something
4157
</main>

styles.css

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
.button-link {
3+
text-decoration: none;
4+
color: white;
5+
background-color: #3498db;
6+
padding: 10px 20px;
7+
border-radius: 5px; /* Rounded corners */
8+
font-family: Arial, sans-serif;
9+
font-weight: bold;
10+
border: 2px solid transparent;
11+
transition: background-color 0.3s ease, border-color 0.3s ease;
12+
}
13+
14+
.button-link:hover {
15+
background-color: #2ecc71; /* Changes background on hover */
16+
border-color: #3498db; /* Adds border color on hover */
17+
}
18+
P {
19+
text-align: left;
20+
position: 20%;
21+
}

0 commit comments

Comments
 (0)