Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zuzitsu
/
UR_Village
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
이학주
2020-12-09 06:29:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
050f4ed52d69f8f28bf2f1fad6fa42157089373e
050f4ed5
1 parent
153557bf
Modify category page view
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
public/css/category.css
public/img/cultural_life.jpg
views/components/category.ejs
public/css/category.css
View file @
050f4ed
/* .row {
padding-left: 15px;
padding-right: 15px;
} */
.card-body
{
text-align
:
center
;
...
...
@@ -14,4 +10,7 @@ body{
margin-left
:
auto
;
margin-right
:
auto
;
width
:
70%
;
}
.card
{
}
\ No newline at end of file
...
...
public/img/cultural_life.jpg
View file @
050f4ed
2.23 MB
|
W:
|
H:
1.08 MB
|
W:
|
H:
2-up
Swipe
Onion skin
views/components/category.ejs
View file @
050f4ed
...
...
@@ -39,7 +39,7 @@
<div class="card mx-auto mb-2"style ="margin-left: 30%;">
<div class="d-flex align-items-center">
<div class="card" style="width: 18rem;">
<img src="/img/safe.jpg" class="card-img-top" alt="...">
<img src="/img/safe.jpg" class="card-img-top
img-f
" alt="...">
<div class="card-body">
<h5 class="card-title">안전</h5>
<p class="card-text">주변 경찰서, 범죄자 인근~</p>
...
...
Please
register
or
login
to post a comment