Skip to content

Commit b3deb17

Browse files
committed
styling
1 parent 8b90478 commit b3deb17

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/CookieBanner.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ export default defineComponent({
4747
bottom: 0;
4848
background-color: #fff; /* Or any color you prefer */
4949
color: #000;
50-
padding: 20px;
50+
padding: 8px;
5151
box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
5252
animation: slideUp 0.5s ease-out;
53+
54+
/* Artistic Border */
55+
border: 2px solid #000; /* Basic solid border, change as needed */
56+
border-radius: 10px; /* Rounded corners */
57+
/* You can add more artistic styles like border-image or box-shadow for more effects */
58+
5359
}
5460
5561
@keyframes slideUp {

0 commit comments

Comments
 (0)