Add vue3 banner
parent
b35f002b0b
commit
59a4e6d9c9
|
@ -36,19 +36,12 @@
|
|||
display: inline-block;
|
||||
margin-left: -50px;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px 50px 10px 175px;
|
||||
padding: 10px 175px 10px 50px;
|
||||
font-size: 1.5rem;
|
||||
background-image: linear-gradient(90deg, #445C72 0%, transparent 100%);
|
||||
position: relative;
|
||||
color: #ffffff;
|
||||
font-weight: 700;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
height: 75px;
|
||||
left: 50px;
|
||||
top: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
.introduction-title {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div class="home">
|
||||
<div :class="introductionClass">
|
||||
<div class="introduction-promo">Now with Vue 3 Support</div>
|
||||
<div class="introduction-title">The Ultimate UI Component Library</div>
|
||||
<div class="introduction-subtitle">for Vue</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue