8000 Inline styles · domdfcoding/domdfcoding@e796573 · GitHub
[go: up one dir, main page]

Skip to content

Commit e796573

Browse files
committed
Inline styles
1 parent 9eca3be commit e796573

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@ Here are some ideas to get you started:
2222

2323
## My Projects
2424

25-
<style>
26-
img.org-logo {
27-
background-color: white;
28-
border-radius: 20%;
29-
margin-right: 5px
30-
}
31-
</style>
32-
33-
<a href="https://github.com/python-formate/"><img src="https://avatars.githubusercontent.com/u/88681382?s=200&v=4" width="100px" title="python-formate" class="org-logo"></a>
34-
<a href="https://github.com/python-coincidence/"><img src="https://avatars.githubusercontent.com/u/81223983?s=200&v=4" width="100px" title="python-coincidence" class="org-logo"></a>
35-
<a href="https://github.com/repo-helper/"><img src="https://avatars.githubusercontent.com/u/74879566?s=200&v=4" width="100px" title="repo-helper" class="org-logo"></a>
36-
<a href="https://github.com/sphinx-toolbox/"><img src="https://avatars.githubusercontent.com/u/75883961?s=200&v=4" width="100px" title="sphinx-toolbox" class="org-logo"></a>
37-
<a href="https://github.com/PyMassSpec/"><img src="https://avatars.githubusercontent.com/u/81650545?s=200&v=4" width="100px" title="PyMassSpec" class="org-logo"></a>
25+
<a href="https://github.com/python-formate/"><img src="https://avatars.githubusercontent.com/u/88681382?s=200&v=4" width="100px" title="python-formate" style="background-color: white; border-radius: 20%; margin-right: 5px"></a>
26+
<a href="https://github.com/python-coincidence/"><img src="https://avatars.githubusercontent.com/u/81223983?s=200&v=4" width="100px" title="python-coincidence" style="background-color: white; border-radius: 20%; margin-right: 5px"></a>
27+
<a href="https://github.com/repo-helper/"><img src="https://avatars.githubusercontent.com/u/74879566?s=200&v=4" width="100px" title="repo-helper" style="background-color: white; border-radius: 20%; margin-right: 5px"></a>
28+
<a href="https://github.com/sphinx-toolbox/"><img src="https://avatars.githubusercontent.com/u/75883961?s=200&v=4" width="100px" title="sphinx-toolbox" style="background-color: white; border-radius: 20%; margin-right: 5px"></a>
29+
<a href="https://github.com/PyMassSpec/"><img src="https://avatars.githubusercontent.com/u/81650545?s=200&v=4" width="100px" title="PyMassSpec" style="background-color: white; border-radius: 20%; margin-right: 5px"></a>

0 commit comments

Comments
 (0)
0