#TIL (April 13th, 네번째 이야기)

Jung Hyun Kim·2020년 4월 13일
0

Creating my personal website

- Different HTML/CSS function used for making my own website


1. Creating icon for the webpage

  • Find your icon image or make your own icon at https://www.favicon.cc/
  • And link it on your html file as below
    • <link rel= "icon" href="favicon (1).ico" />

2. Applying font for the webpage

  • Find your prefered font at Google font and copy the codes at https://fonts.google.com/
  • Add this line of code in head section(Before body starts)
    • <link href="https://fonts.googleapis.com/css?family=Nanum+Myeongjo|Song+Myung&display=swap" rel="stylesheet">

3. Adding button on the webpage

  • Use button creator (https://cssbuttoncreator.com/) and select prefered style for the button
  • Copy the code and revise wording for different uses
profile
코린이 프론트엔드 개발자💻💛🤙🏼

0개의 댓글