如何在github页面中添加图像边界半径

时间:2018-07-20 05:22:04

标签: html css

我正在使用github页面创建以Jekyll为主题的投资组合博客,我想将图像的边框半径设置为圆形,但我不知道这样做,这是我尝试过的并且图像没有任何反应。这是我的代码

  <a href="url"><img src="https://desmond75.github.io/img/IMG_20171214_095012.jpg" height="auto" width="200" style="border-radius:50%"></a>

我不知道是否有办法,我需要帮助,谢谢。

1 个答案:

答案 0 :(得分:1)

这有效

  <a href="url"><img src="https://desmond75.github.io/img/IMG_20171214_095012.jpg" height="auto" width="200" style="border-radius:50%"></a>