adding presentation background

This commit is contained in:
2022-08-14 22:11:54 +02:00
parent a02e740c0f
commit e9846b29e5
41 changed files with 212 additions and 104 deletions

View File

@@ -3,7 +3,7 @@
.card {
margin: 20px;
border-radius: 8px;
background: #fffb;
background: #fffe;
backdrop-filter: blur(12px);
overflow: hidden;
width: 800px;
@@ -11,8 +11,8 @@
@media screen and (max-width: 860px) {
width: 100vw;
border-radius: 0px;
background: #fffa;
border-radius: 0;
background: #fffe;
margin: 0;
}

View File

@@ -1,5 +1,5 @@
import {Component, Input} from '@angular/core';
import {faTimes} from '@fortawesome/free-solid-svg-icons/faTimes';
import {faTimes} from '@fortawesome/free-solid-svg-icons';
@Component({
selector: 'app-card',