File tree 2 files changed +39
-2
lines changed
2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
36
36
<!-- 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
+
39
55
40
56
Something
41
57
</ main >
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments