File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ main {
42
42
line-height : 2.0 ;
43
43
}
44
44
45
+ .about .title {
46
+ display : flex;
47
+ justify-content : space-between;
48
+ align-items : center;
49
+ }
50
+
45
51
.experience {
46
52
display : flex;
47
53
flex-direction : column;
Original file line number Diff line number Diff line change 14
14
< body id ="home ">
15
15
< main >
16
16
< section class ="about ">
17
- < h1 >
18
- Hi there, I'm Hafiz 👋 < br />
19
- I'm a Backend Engineer
20
- </ h1 >
17
+ < div class ="title ">
18
+ < h1 >
19
+ Hi there, I'm Hafiz 👋 < br />
20
+ I'm a Backend Engineer
21
+ </ h1 >
22
+ < img src ="https://www.codewars.com/users/MHafizAF/badges/large " alt ="codewars " />
23
+ </ div >
21
24
< p >
22
25
A backend engineer with one year of experience, < br />
23
26
always eager to learn and improve my development skills.
You can’t perform that action at this time.
0 commit comments