HTML 태그로 모바일 크롬 브라우저 테마 색상 바꾸기

Change mobile Chrome browser theme color with HTML tag

Posted by dydtjr1128 on June 05, 2017 · 50 words/1 min read WEB

HTML 태그로 모바일 크롬 브라우저 테마 색상 바꾸기

/img/Ch

<head>
    <meta name="theme-color" content="#800080">
</head>

모바일 크롬 브라우저에서 상단 테마를 변경하기 위해서는 head 태그 사이에 meta 태그를 넣어주고 content에 원하는 색을 지정하면된다.