-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcam.html
87 lines (84 loc) · 3.78 KB
/
cam.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="ko">
<head>
<link rel="stylesheet" href="cam.css">
</head>
<body>
<div class="nav-wrapper">
<ul class="nav">
<li><a href="home.html">홈</a></li>
<li><a href="profile.html">프로필</a></li>
<li><a href="cam.html">애완캠</a></li>
<li><a href="#">방명록</a></li>
</ul>
</div>
<div class="outerbox">
<div class="background"></div>
<div class="back">
<div class="leftside">
<div class="today">
<span>TODAY </span>
<span class="total"> 34 </span>
<span> | TOTAL 12345</span>
</div>
<div class="hello">
<div class="image">
<img src="./pics/show.png" alt="profile">
</div>
<hr class='hr-dashed'/>
<h1 class="todayis">TODAY IS ...
<span class="feel">긴장됨😐</span></h1>
<p> 안녕㈛パㅔ요! </p>
<p> 멋쟁Ol 사자ㅊł럼 11기 이효은입LI⊂ト.^_^ </p>
</div>
<div class="history">
<div class="title">
<img src="https://icongr.am/octicons/triangle-right.svg?&color=157bbe" alt="profile">
<h1>HISTORY</h1>
</div>
<hr class='hr-solid'/>
<p class="name">이효은
<span class="birth">2002.09.02</span></p>
<p class="email">[email protected]</p>
<select class="bottom">
<option>파도타기</option>
</select>
</div>
</div>
<div class="rightside">
<div class="world">
<p>멋쟁이 아기사자 ꒰⍨꒱༘* 님의 미니홈피</p>
</div>
<div class="kidscam">
<div class="title">
<h1 class="maintitle">애완카메라
<span class="sub">Express my camera</span></h1>
<hr class='hr-solid'/>
</div>
<div class="cam">
<div class="center">
<div class="toptitle">
<p class="one">불펌가능ㅋ</p>
<p class="two">2023.03.29 19:00 스크랩:2,023</p>
</div>
<ul class="list">
<img class="pic1" src="./pics/IMG_7030.PNG" alt="profile">
<li><p>찍찍</p></li>
<li><p>1개월</p></li>
<li><p>핑크색 키즈카메라</p></li>
</ul>
<p class="pictitle">찍찍이로 찍은 사진들</p>
<div class="piclist">
<img src="./pics/IMG_6723.JPG" alt="profile">
<img src="./pics/IMG_7849.JPG" alt="profile">
<img src="./pics/IMG_7909.JPG" alt="profile">
<img src="./pics/IMG_7965.JPG" alt="profile">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>