본문 바로가기

언어공부/python27

Emmet a.tab-bar__tab => i.fa+span.tab-bar__title=> hh6.friends__profile-title div.more__option*4>i.fa+span.more__option-title div.more__option*3>img.more__options-image+span.more__option-title이미지 태그 안에 more__options-image라는 클래스 생성해라. div.profile__action*2>span.profile__action-circle(i.fa)+span.profile__action-title 2018. 3. 15.
Font awesome icons 사용법. 자세한 내용 : https://www.w3schools.com/icons/fontawesome_icons_intro.asp 1. 에 추가하기. (링크는 https://www.bootstrapcdn.com/fontawesome/에서 ) link:css 단축키로 불러올 수 있음. 2. 그리고 에 i class 이용해서 아이콘 넣기. (아이콘은 여기서 찾기 https://fontawesome.com/icons/fighter-jet?style=solid) i.fa.아이콘 이름 으로 간편하게 아이콘 넣기.뒤에 fa-lg 넣으면 사이즈 커짐 EX) i.fa.fa-cog fa-lg => 2018. 3. 14.
[CSS] 0312 배운것 DOCTYPE html> My Blog November 23 2015 This Is My First Article Bacon ipsum dolor amet capicola strip steak landjaeger, biltong spare ribs rump cow ground round andouillesirloin pork. Short ribs pig prosciutto swine. Flank turducken turkey rump, leberkas shoulder bresaola ham hocktail drumstick corned beef. Venison pork chop beef jowl short ribs. Bresaola short ribs pastrami, beef ribs spare rib.. 2018. 3. 12.
[CSS] border width 줄이기 아래 사이트를 만드는 과제를 하다가 배운 것 아래에 border-bottom을 넣었는데 길이를 사진너비만큼 (전체 body의 30%) 를 주고 싶을 때, CSS 에서 그냥 p 태그 안에 width만 넣어서 조정해주면 됨. 처음엔 이게 왜 그렇지 이해 안갔음. 이유를 찾아보다가 찾은 링크 : https://teamtreehouse.com/community/how-to-change-the-length-of-the-bottom-border Jonathan Chua on Jul 21, 2015Hi Aleksandrs, The border will always be the same width and height as the element it surrounds. Since you are displaying the.. 2018. 3. 11.