Skip to content
Snippets Groups Projects
Commit d7727efa authored by HyeonJu Kong's avatar HyeonJu Kong
Browse files

movie_comment

parent 65d5def7
Branches master web
No related tags found
No related merge requests found
Pipeline #3387 failed
public/images/Mark_Ruffalo.jpg

8.3 KiB

...@@ -18,6 +18,13 @@ a { ...@@ -18,6 +18,13 @@ a {
width : 450px; width : 450px;
} }
#photo{
display: block;
margin-left: auto;
margin-right: auto;
height : 200px;
width : 300px;
}
.starImg{ .starImg{
height: 30px; height: 30px;
width: 30px; width: 30px;
......
...@@ -16,9 +16,9 @@ block content ...@@ -16,9 +16,9 @@ block content
input(type='text', name='genre' required) input(type='text', name='genre' required)
div div
input(type='text', name='poster' required) input(type='text', name='poster' required)
div
input(type='text', name='photo')
h2 Movie Ratings h2 Movie Ratings
div div
|0 |0
input(type='radio', name='ratings' value=0) input(type='radio', name='ratings' value=0)
......
...@@ -6,6 +6,7 @@ body ...@@ -6,6 +6,7 @@ body
div div
h1.result #{data.title} h1.result #{data.title}
div #{data.actor} div #{data.actor}
img#photo(src=`${data.photo}`)
div.result #{data.genre} div.result #{data.genre}
p.result p.result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment