이태화

readme

......@@ -6,4 +6,6 @@ start with "npm run start"
## to build frontend
starting point = /frontend-builder
start with "npm run build"
\ No newline at end of file
start with "npm run build"
## 공지사항을 모아서 보여주는 사이트입니다.
\ No newline at end of file
......
<template>
<header>
<div class = 'logo'></div>
</header>
</template>
......@@ -9,7 +9,6 @@ export default {
name: 'header',
data () {
return {
}
}
}
......@@ -20,4 +19,8 @@ export default {
height: 443px;
background:linear-gradient(131deg,rgb(247,183,66),rgb(252,74,66));
}
.logo{
background:url(../assets/khlogo.png);
display: block;
}
</style>
......
......@@ -67,13 +67,14 @@ export default {
</script>
<style>
.imfoList{
width: 800px;
background: grey;
.noticeList{
width: 1010px;
background: rgb(249,249,249);
}
ul{
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto 10px auto;
}
li{
......@@ -85,7 +86,7 @@ export default {
display: flex;
position: relative;
padding: 6px 15px 18px;
width: 700px;
width: 960px;
border-radius:5px;
}
.title{
......