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-02 22:39:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0688bf806ff39dcbf6a9e0a4d43c167893bf8e26
0688bf80
1 parent
e495c57d
header design fixed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
frontend-builder/src/components/header.vue
frontend-builder/src/components/header.vue
View file @
0688bf8
<template>
<header>
<center>로고 들어갈 자리</center>
<br>
<center>디자이너 구합니다.</center>
</header>
</template>
...
...
@@ -19,7 +17,7 @@ export default {
<style>
header{
height:
150
px;
background
-color: grey
;
height:
443
px;
background
:linear-gradient(131deg,rgb(247,183,66),rgb(252,74,66))
;
}
</style>
...
...
Please
register
or
login
to post a comment