Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이태화
/
khu-notice-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이태화
2020-12-05 15:16:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
defde56f29d804205c5b147593c52f404d7d296f
defde56f
1 parent
9424e969
로고 수정
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
2 deletions
frontend-builder/src/App.vue
frontend-builder/src/assets/BIGJOHN.otf
frontend-builder/src/assets/khlogo.png
frontend-builder/src/components/header.vue
frontend-builder/src/App.vue
View file @
defde56
...
...
@@ -28,6 +28,10 @@ export default {
font-family: 'JejuGothic';
src: url('assets/JejuGothic.ttf');
}
@font-face{
font-family: 'BIGJOHN';
src: url('assets/BIGJOHN.otf');
}
body{
font-family: sans-serif;
margin: 0;
...
...
frontend-builder/src/assets/BIGJOHN.otf
0 → 100644
View file @
defde56
No preview for this file type
frontend-builder/src/assets/khlogo.png
View file @
defde56
72.1 KB
|
W:
|
H:
13.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
frontend-builder/src/components/header.vue
View file @
defde56
<template>
<header>
<div class = 'logo'></div>
<div class = "headerBox">
<div class = "logo_content"> KHU NOTICE</div>
<img class = "logo" src = "../assets/khlogo.png">
</div>
</header>
</template>
...
...
@@ -19,8 +22,22 @@ export default {
height: 443px;
background:linear-gradient(131deg,rgb(247,183,66),rgb(252,74,66));
}
.headerBox{
width:1010px;
height: inherit;
margin: 0 auto 0 auto;
position: relative;
}
.logo{
background:url(../assets/khlogo.png);
position: absolute;
right: 50px;
}
.logo_content{
color: white;
font-family: 'BIGJOHN';
font-size: 60px;
display: block;
position: absolute;
top:100px;
}
</style>
...
...
Please
register
or
login
to post a comment