Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eunsu486
2021-05-22 18:32:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51598323435ed2ecd96814f2fd5cde037ce96949
51598323
1 parent
f736eff5
modity header
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
6 deletions
views/components/header.ejs
views/index.ejs
views/components/header.ejs
View file @
5159832
<hgroup>
<h1 class="logo">
<a href="#"><img src="#" alt="헤더로고"></a>
</h1>
<h2 class="theme">동물 관련 장소 조회</h2>
</hgroup>
\ No newline at end of file
<div class="header">
<p class="logo">
<a href="#"><img src="#" alt="."></a>
</p>
<p class="theme">FOR MY PET</p>
</div>
\ No newline at end of file
...
...
views/index.ejs
View file @
5159832
...
...
@@ -36,6 +36,22 @@
color
:
white
;
font-weight
:
lighter
;
}
.header
{
width
:
100%
;
background-color
:
black
;
}
.logo
{
display
:
inline
;
}
.theme
{
display
:
inline
;
color
:
white
;
text-align
:
center
;
font-size
:
xx-large
;
}
</style>
</head>
...
...
Please
register
or
login
to post a comment