Skip to content

Commit b74690b

Browse files
Update Card.html
1 parent 37d30d6 commit b74690b

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

Card.html

+4-17
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@
2020
margin-top: 20px;
2121
font-family: sans-serif;
2222
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-
}
3823
}
3924

4025
.container {
@@ -44,7 +29,9 @@
4429
margin-top: 50px;
4530
margin-bottom: 40px;
4631
}
47-
32+
.card-body{
33+
font-size:22px;
34+
}
4835
.card-footer {
4936
background-color: #f0f0f0;
5037
padding-bottom: 20px;
@@ -141,4 +128,4 @@ <h5 class="card-title">Mahmoud Saad-Toony</h5>
141128
<script src="popper.min.js"></script>
142129
</body>
143130

144-
</html>
131+
</html>

0 commit comments

Comments
 (0)