hollowstrawberry commited on
Commit
4480fd6
·
verified ·
1 Parent(s): 626c817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -20
README.md CHANGED
@@ -11,32 +11,32 @@ tags:
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%;
@@ -48,13 +48,12 @@ tags:
48
  border-radius: 0.5em;
49
  overflow: hidden;
50
  align-items: center;
51
- transition: all 0.25s ease;
52
  }
53
  .custom-image {
54
  width: 100%;
55
  height: auto;
56
  border-radius: 0.5em;
57
- transition: transform 0.25s;
58
  }
59
  .custom-image-container:hover .custom-image {
60
  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%;
 
48
  border-radius: 0.5em;
49
  overflow: hidden;
50
  align-items: center;
 
51
  }
52
  .custom-image {
53
  width: 100%;
54
  height: auto;
55
  border-radius: 0.5em;
56
+ transition: all 0.25s;
57
  }
58
  .custom-image-container:hover .custom-image {
59
  transform: scale(1.2);