minsung

create CSS file and import ChatContainer_CSS

1 +<style>
2 +
3 +a:visited{color:black;}
4 +a:active {color: black;}
5 +a:hover {color:black;}
6 +a:link {color:black;}
7 +a{text-decoration: none;color: black;}
8 +
9 +.banner{
10 + display:block;
11 +}
12 +
13 +#khu-logo{
14 + font-size: 0;
15 + padding: 0;
16 + border:none;
17 +
18 +}
19 +
20 +#khu-logo-font{
21 + font-family: 'Black Han Sans', sans-serif;
22 + align-content: center;
23 + font-size:20px;
24 + line-height: inherit;
25 + display: inline-block;
26 + padding: 5;
27 + border:none;
28 +}
29 +
30 +.khu-nav{
31 + padding:20px;
32 + height:center;
33 + background-color: white;
34 + border-bottom: 1px solid #ebeaeb;
35 +}
36 +.khu-nav-row{
37 + height: 100%;
38 + display:flex;
39 + justify-content: space-between;
40 + padding-left: 200px;
41 + padding-right: 200px;
42 +}
43 +
44 +
45 +#khu-start-button{
46 + font-family: 'Black Han Sans', sans-serif;
47 + -webkit-appearance: none;
48 + -moz-appearance: none;
49 + appearance: none;
50 + background: 0 0;
51 + border: none;
52 + cursor: pointer;
53 + border-radius: 4px;
54 + text-align: center;
55 + background-color: #611f69;
56 + color: #fff;
57 + fill: #fff;
58 + padding: 10px;
59 +
60 +}
61 +
62 +@media screen and (min-width:0) and (max-width:767px){.khu-nav-row{padding:0 4vw}
63 +</style>