-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathC.html
More file actions
57 lines (57 loc) · 1.29 KB
/
C.html
File metadata and controls
57 lines (57 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta charset="utf-8">
<title>奇怪的生物-咖波</title>
<style>
.intro{
height:95%;
background: #22ff21;
border: brown 5px groove ;
border-radius: 10px;
font-family: 微軟正黑體;
}
.kabo{
color: #5050f0;
float: left;
width: 80%;
font-size: 40px;
}
.author{
font-size: 40px;
}
</style>
</head>
<body>
<div class="kabo intro">
<img src="kabo.gif" style="float:left" alt="咖波">
<h2>
這隻就是咖波
</h2>
<hr>
<p>
聽說這貨是貓也是蟲o_O?
原本的他很可愛的<br>
這一定有什麼誤會<br>
X_X
</p>
<h2>關於咖波</h2>
<p>
像貓又像蟲的六隻腳小萌物,看到什麽都想吃,常常搗蛋,愛撒嬌,討厭吃蔬菜。
<br>
咖波的誕生起源於知名電玩論壇,一開始娛樂性質居多,漸漸累積大量人氣,進而才產生了粉絲團。後來參加Webtoon原創漫畫大賽獲得冠軍,以獨特畫風及無厘頭邏輯廣獲大眾喜愛。
</p>
</div>
<div class="author intro">
<img src="float.jpg" style="float:left" alt="作者">
<h2>
劉育伸
</h2>
<hr>
<p>
這是作者<br>
目前就讀中央大學資訊工程學系<br>
很狂的人
</p>
</div>
</body>
</html>