Update README.md
Browse files
README.md
CHANGED
|
@@ -11,32 +11,32 @@ tags:
|
|
| 11 |
|
| 12 |
<style>
|
| 13 |
.title-container {
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
}
|
| 20 |
.title-icon {
|
| 21 |
-
|
| 22 |
-
|
| 23 |
}
|
| 24 |
.title-text {
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
}
|
| 29 |
.title {
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
}
|
| 35 |
.subtitle {
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
}
|
| 41 |
.custom-table td {
|
| 42 |
width: 33.333%;
|
|
@@ -53,7 +53,7 @@ tags:
|
|
| 53 |
width: 100%;
|
| 54 |
height: auto;
|
| 55 |
border-radius: 0.5em;
|
| 56 |
-
transition:
|
| 57 |
}
|
| 58 |
.custom-image-container:hover .custom-image {
|
| 59 |
transform: scale(1.2);
|
|
|
|
| 11 |
|
| 12 |
<style>
|
| 13 |
.title-container {
|
| 14 |
+
display: flex;
|
| 15 |
+
flex-direction: row;
|
| 16 |
+
align-items: center;
|
| 17 |
+
text-align: center;
|
| 18 |
+
justify-content: center;
|
| 19 |
}
|
| 20 |
.title-icon {
|
| 21 |
+
font-size: 4em;
|
| 22 |
+
margin-right: 0.25em;
|
| 23 |
}
|
| 24 |
.title-text {
|
| 25 |
+
display: flex;
|
| 26 |
+
flex-direction: column;
|
| 27 |
+
align-items: flex-start;
|
| 28 |
}
|
| 29 |
.title {
|
| 30 |
+
font-size: 3em;
|
| 31 |
+
display: flex;
|
| 32 |
+
flex-direction: column;
|
| 33 |
+
align-items: flex-start;
|
| 34 |
}
|
| 35 |
.subtitle {
|
| 36 |
+
font-size: 1em;
|
| 37 |
+
display: flex;
|
| 38 |
+
flex-direction: column;
|
| 39 |
+
align-items: flex-start;
|
| 40 |
}
|
| 41 |
.custom-table td {
|
| 42 |
width: 33.333%;
|
|
|
|
| 53 |
width: 100%;
|
| 54 |
height: auto;
|
| 55 |
border-radius: 0.5em;
|
| 56 |
+
transition: all 0.25s ease;
|
| 57 |
}
|
| 58 |
.custom-image-container:hover .custom-image {
|
| 59 |
transform: scale(1.2);
|