css右移icon图标

	.container {
    /* Content is centered horizontally */
    align-items: center;
    display: flex;

   /* Reset styles */
    list-style-type: none;
    margin: 0;
   }

  .container__item--right {
   /* Sticks to the right */
   margin-left: auto;
   }

image

posted @ 2022-08-08 22:27  陈陈陈在成长  阅读(156)  评论(0)    收藏  举报