We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d30d6 commit b74690bCopy full SHA for b74690b
Card.html
@@ -20,21 +20,6 @@
20
margin-top: 20px;
21
font-family: sans-serif;
22
font-style: italic;
23
- animation-name: toony1;
24
- animation-duration: 1.3s;
25
- animation-delay: 0.5s;
26
- transition: 0.6s;
27
- }
28
-
29
- @keyframes toony1 {
30
- form {
31
- letter-spacing: 15px;
32
- color: #5e3535;
33
34
- to {
35
- letter-spacing: 0px;
36
- color: black;
37
38
}
39
40
.container {
@@ -44,7 +29,9 @@
44
margin-top: 50px;
45
margin-bottom: 40px;
46
47
+ .card-body{
+ font-size:22px;
+ }
48
.card-footer {
49
background-color: #f0f0f0;
50
padding-bottom: 20px;
@@ -141,4 +128,4 @@ <h5 class="card-title">Mahmoud Saad-Toony</h5>
141
128
<script src="popper.min.js"></script>
142
129
</body>
143
130
144
-</html>
131
+</html>
0 commit comments