Eunsu486

modity header

1 -<hgroup>
2 - <h1 class="logo">
3 - <a href="#"><img src="#" alt="헤더로고"></a>
4 - </h1>
5 - <h2 class="theme">동물 관련 장소 조회</h2>
6 -</hgroup>
...\ No newline at end of file ...\ No newline at end of file
1 +<div class="header">
2 + <p class="logo">
3 + <a href="#"><img src="#" alt="."></a>
4 + </p>
5 + <p class="theme">FOR MY PET</p>
6 +</div>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -36,6 +36,22 @@ ...@@ -36,6 +36,22 @@
36 color: white; 36 color: white;
37 font-weight: lighter; 37 font-weight: lighter;
38 } 38 }
39 +
40 + .header {
41 + width: 100%;
42 + background-color: black;
43 + }
44 +
45 + .logo {
46 + display: inline;
47 + }
48 +
49 + .theme {
50 + display: inline;
51 + color: white;
52 + text-align: center;
53 + font-size: xx-large;
54 + }
39 </style> 55 </style>
40 </head> 56 </head>
41 57
......