File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 </ div >
124124 </ div >
125125
126- < div class ="card " onclick ="openPage('pages/008_yang.html') ">
127- < img class ="card__img " src ="https://m-2.duitang.com/blog?id=1556287121&belong_album=124943451 " alt ="I did it! ">
126+ < div class ="card " onclick ="openPage('pages/008_yang.html') ">
127+ < img class ="card__img " src ="https://www.mamp.one/wp-content/uploads/2024/09/image-resources2.jpg " alt ="I did it! ">
128128 < div class ="card__text ">
129- < div class ="card__message "> I made this. </ div >
129+ < div class ="card__message "> Hi there </ div >
130130 < div class ="card__name "> Yang</ div >
131131 </ div >
132132 </ div >
Original file line number Diff line number Diff line change 1+ body {
2+ padding : 2rem 3rem ;
3+ background-color : lemonchiffon;
4+ }
5+ p {
6+ font-size : 20px ;
7+ }
8+
9+ .img_yang {
10+ width : 200px ;
11+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Yang's Page</ title >
7+ < link rel ="stylesheet " href ="008_yang.css " />
8+ </ head >
9+ < body >
10+ < h1 class ="text "> Welcome to Yang's Page!</ h1 >
11+ < img class ="img_yang " src ="https://www.mamp.one/wp-content/uploads/2024/09/image-resources2.jpg ">
12+ < p class ="text "> I am really excited to meet everyone and learn from all of your unique perspectives.</ p >
13+ < a href ="../index.html "> Back</ a >
14+ </ body >
15+ </ html >
You can’t perform that action at this time.
0 commit comments