File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > linsarthur</ h3 >
3+ < p > I have 24 year old, living in brazil. I have been studing for almost 2 years, looking for my first job in the area.</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
7+ JavaScript
8+ </ div >
9+ </ section >
10+
11+ < h4 > Tools I use</ h4 >
12+ < section class ="container ">
13+ < p class ="badge " style ="background-color: #f7df1e; color: black; "> React</ p >
14+ < p class ="badge " style ="background-color: #f7df1e; color: black; "> Node.js</ p >
15+
16+ </ section >
17+ </ article >
18+ < style >
19+ body {
20+ font-family : sans-serif;
21+ }
22+ .container {
23+ display : flex;
24+ flex-wrap : wrap;
25+ gap : 1rem ;
26+ }
27+ .badge {
28+ padding : 0.5rem ;
29+ border-radius : 0.25rem ;
30+ }
31+ .icon {
32+ width : 2rem ;
33+ }
34+ </ style >
You can’t perform that action at this time.
0 commit comments