kimsungwook commited on
Commit
7803593
·
verified ·
1 Parent(s): 07f2309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -70
README.md CHANGED
@@ -5,76 +5,6 @@
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Dnotitia on Hugging Face</title>
8
- <style>
9
- body {
10
- background-color: #f4f4f4;
11
- font-family: Arial, sans-serif;
12
- display: flex;
13
- justify-content: center;
14
- align-items: center;
15
- min-height: 100vh;
16
- margin: 0;
17
- padding: 10px;
18
- box-sizing: border-box;
19
- }
20
-
21
- .card {
22
- background-color: white;
23
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
24
- border-radius: 12px;
25
- padding: 20px;
26
- width: 100%;
27
- max-width: 1920px;
28
- text-align: left;
29
- box-sizing: border-box;
30
- }
31
-
32
- .logo {
33
- display: flex;
34
- justify-content: center;
35
- align-items: center;
36
- margin-bottom: 20px;
37
- }
38
-
39
- .logo img {
40
- width: 300px;
41
- /* 이미지 가로 고정 */
42
- height: 150px;
43
- /* 이미지 세로 고정 */
44
- object-fit: contain;
45
- /* 이미지 비율 유지 */
46
- }
47
-
48
- .name {
49
- font-size: 1.4em;
50
- font-weight: bold;
51
- color: #555;
52
- margin-bottom: 20px;
53
- word-wrap: break-word;
54
- }
55
-
56
- .description {
57
- font-size: 1.2em;
58
- color: #555;
59
- margin-bottom: 20px;
60
- word-wrap: break-word;
61
- }
62
-
63
- .link {
64
- background-color: #007bff;
65
- color: white;
66
- padding: 10px 20px;
67
- text-decoration: none;
68
- border-radius: 5px;
69
- font-weight: bold;
70
- display: inline-block;
71
- transition: background-color 0.3s;
72
- }
73
-
74
- .link:hover {
75
- background-color: #0056b3;
76
- }
77
- </style>
78
  </head>
79
 
80
  <body>
 
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Dnotitia on Hugging Face</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  </head>
9
 
10
  <body>