File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > mortalsking</ h3 >
3+ < h4 > I am a detective solving serious cases now learning coding for fun hehe......</ h4 >
4+ < section class ="container ">
5+ < div class ="badge " style ="background-color: #3874a4; color: white ">
6+ Python
7+ </ div >
8+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
9+ JavaScript
10+ </ div >
11+ </ section >
12+
13+ < h4 > Tools I use</ h4 >
14+ < section class ="container ">
15+ < img
16+ class ="icon "
17+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
18+ />
19+ < img
20+ class ="icon "
21+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
22+ />
23+ </ section >
24+ </ article >
25+ < style >
26+ body {
27+ font-family : sans-serif;
28+ }
29+ .container {
30+ display : flex;
31+ flex-wrap : wrap;
32+ gap : 1rem ;
33+ }
34+ .badge {
35+ padding : 0.5rem ;
36+ border-radius : 0.25rem ;
37+ }
38+ .icon {
39+ width : 2rem ;
40+ }
41+ </ style >
You can’t perform that action at this time.
0 commit comments