Skip to content
Snippets Groups Projects
Commit 1c95df9b authored by Kim Sungpil's avatar Kim Sungpil
Browse files

test commit

parent 78850bb8
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,19 @@ a {
text-align:center;
}
.movie_poster_img{
width:165px;
height:600px;
width:400px;
height:500px;
}
.actor_poster_img{
width:200px;
height:250px;
}
p.cut{
border-bottom:2px solid grey;
}
p.cutRating{
border-top:2px solid grey;
}
.star{
width:50px;
height:50px;
......
......@@ -21,7 +21,7 @@ block content
method="post"
)
lable
p 영화제목 :
p 영화제목(연습) :
input(
type='text'
class='movie_title'
......@@ -46,6 +46,12 @@ block content
class='movie_poster'
name='movie_poster'
)
p 주연배우 사진 :
input(
type='text'
class='actor_poster'
name='actor_poster'
)
h3 Movie Ratings
label 0
......
......@@ -16,10 +16,16 @@ html
class='movie_poster_img'
)
h1 #{data.movie_title}
p.cut
h3 #{data.movie_actor}
img(
src=`${data.actor_poster}`
class='actor_poster_img'
)
h3 #{data.movie_thema}
p.cut
p.cutRating
var starRating is #{data.rating}
img(
src="images/star.svg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment