minsung

make banner

...@@ -11,15 +11,15 @@ a{text-decoration: none;color: black;} ...@@ -11,15 +11,15 @@ a{text-decoration: none;color: black;}
11 } 11 }
12 12
13 #khu-logo{ 13 #khu-logo{
14 - align-content: space-between;
15 - display: inline-block;
16 font-size: 0; 14 font-size: 0;
17 padding: 0; 15 padding: 0;
18 border:none; 16 border:none;
17 +
19 } 18 }
19 +
20 #khu-logo-font{ 20 #khu-logo-font{
21 font-family: 'Black Han Sans', sans-serif; 21 font-family: 'Black Han Sans', sans-serif;
22 - align-content: space-between; 22 + align-content: center;
23 font-size:20px; 23 font-size:20px;
24 line-height: inherit; 24 line-height: inherit;
25 display: inline-block; 25 display: inline-block;
...@@ -28,15 +28,36 @@ a{text-decoration: none;color: black;} ...@@ -28,15 +28,36 @@ a{text-decoration: none;color: black;}
28 } 28 }
29 29
30 .khu-nav{ 30 .khu-nav{
31 - display:flex;
32 - justify-content: space-between;
33 padding:20px; 31 padding:20px;
34 height:center; 32 height:center;
35 background-color: white; 33 background-color: white;
36 border-bottom: 1px solid #ebeaeb; 34 border-bottom: 1px solid #ebeaeb;
37 } 35 }
38 .khu-nav-row{ 36 .khu-nav-row{
37 + height: 100%;
39 display:flex; 38 display:flex;
40 justify-content: space-between; 39 justify-content: space-between;
40 + padding-left: 200px;
41 + padding-right: 200px;
41 } 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}
42 </style> 63 </style>
......
File mode changed
This diff is collapsed. Click to expand it.