You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/js/Global/components/Body/Header/HeaderBG.vue

16 lines
241 B

6 years ago
<template>
<div class="header"></div>
</template>
<script>
export default {}
</script>
<style scoped lang="scss">
.header {
height: 7em;
background: url(../../../assets/bg.jpg) repeat-x;
margin-bottom: 20px;
6 years ago
}
</style>