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 19:00:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
84a2b017007971bdefe60ce1b81b038a1e65d5db
84a2b017
1 parent
51598323
modify footer
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
views/components/footer.ejs
views/index.ejs
views/components/footer.ejs
View file @
84a2b01
<p>opensource project 2018103999 박은수 201700000 오수빈</p>
\ No newline at end of file
<p>2021-1 SW Opensource project</p>
<p>2018103999 박은수 201700000 오수빈</p>
\ No newline at end of file
...
...
views/index.ejs
View file @
84a2b01
...
...
@@ -13,15 +13,24 @@
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
></script>
<style>
html
{
min-height
:
100%
;
position
:
relative
;
}
body
{
height
:
100%
;
}
.content
{
display
:
flex
;
flex-direction
:
row
;
height
:
500px
;
}
.nav
{
flex
:
1
;
background-color
:
black
;
}
.jumbotron
{
...
...
@@ -30,9 +39,12 @@
background-color
:
white
;
}
#footer
{
footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
text-align
:
center
;
background-color
:
gray
;
background-color
:
black
;
color
:
white
;
font-weight
:
lighter
;
}
...
...
Please
register
or
login
to post a comment