oron1208 commited on
Commit
8ff2188
β€’
1 Parent(s): dfd8b8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -6,6 +6,85 @@ language:
6
  - ja
7
  pipeline_tag: text-to-image
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  # あばぁうと もでる
11
  ## もでるねぇーむ:きぼぉとぉすぅ_぀ゔぁい
 
6
  - ja
7
  pipeline_tag: text-to-image
8
  ---
9
+ <style>
10
+
11
+ body {
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
15
+ height: 100vh;
16
+ margin: 0;
17
+ font-family: Arial, sans-serif;
18
+ background-color: #f4f4f9;
19
+ overflow: auto;
20
+ }
21
+
22
+ .container {
23
+ display: flex;
24
+ flex-direction: column;
25
+ align-items: center;
26
+ justify-content: center;
27
+ width: 100%;
28
+ padding: 20px;
29
+ }
30
+
31
+ .title-container {
32
+ display: flex;
33
+ flex-direction: column;
34
+ justify-content: center;
35
+ align-items: center;
36
+ padding: 1em;
37
+ border-radius: 10px;
38
+ }
39
+
40
+ .title {
41
+ font-size: 3em;
42
+ font-family: 'Montserrat', sans-serif;
43
+ text-align: center;
44
+ font-weight: bold;
45
+ }
46
+
47
+ .title span {
48
+ background: -webkit-linear-gradient(45deg, #0077b6, #00b4d8, #90e0ef);
49
+ -webkit-background-clip: text;
50
+ -webkit-text-fill-color: transparent;
51
+ }
52
+
53
+ .gallery {
54
+ display: grid;
55
+ grid-template-columns: repeat(5, 1fr);
56
+ gap: 10px;
57
+ }
58
+
59
+ .gallery img {
60
+ width: 100%;
61
+ height: auto;
62
+ margin-top: 0px;
63
+ margin-bottom: 0px;
64
+ border-radius: 10px;
65
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
66
+ transition: transform 0.3s;
67
+ }
68
+
69
+ .gallery img:hover {
70
+ transform: scale(1.05);
71
+ }
72
+
73
+ .note {
74
+ font-size: 1em;
75
+ opacity: 50%;
76
+ text-align: center;
77
+ margin-top: 20px;
78
+ color: #555;
79
+ }
80
+
81
+ </style>
82
+
83
+ <div class="container">
84
+ <div class="title-container">
85
+ <div class="title"><span>きぼぉとぉすぅ_぀ゔぁい</span></div>
86
+ </div>
87
+
88
 
89
  # あばぁうと もでる
90
  ## もでるねぇーむ:きぼぉとぉすぅ_぀ゔぁい