File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ body {
2+ text-align : center;
3+ }
4+
5+ .content {
6+ margin : 0 auto;
7+ max-width : 50vh ;
8+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+ < link rel ="stylesheet " href ="/assets/style.css ">
8+ < title > Profile</ title >
9+ </ head >
10+ < body >
11+ < h1 > Meow Profile</ h1 >
12+ < hr />
13+ < div class ="content ">
14+ < img src ="/assets/profile.jpg " alt ="Profile image " width ="360 " height ="" />
15+ < p >
16+ < b > Name: </ b > Meow < br />
17+ < b > Student ID: </ b > 61070XXX < br />
18+ </ p >
19+ < h2 > Contact Info</ h2 >
20+ < p >
21+ < b > GitHub: </ b > < a href ="https://www.github.com/XXXX " target ="_blank "> https://www.github.com/XXXX</ a > < br />
22+ </ p >
23+ </ div >
24+ </ body >
25+ </ html >
You can’t perform that action at this time.
0 commit comments