Skip to content
Snippets Groups Projects

Ocotbranche

Closed Bilel El Yaagoubi requested to merge octofront into master
2 files
+ 14
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
<template>
<template>
<div class="child">
<div class="child">
<img
<img
height="400"
class="movieImage"
:src="'https://image.tmdb.org/t/p/original/' + movie.poster_path"
:src="'https://image.tmdb.org/t/p/original/' + movie.poster_path"
/>
/>
<h2>{{ movie.title }}</h2>
<h2>{{ movie.title }}</h2>
@@ -18,6 +18,9 @@ export default {
@@ -18,6 +18,9 @@ export default {
</script>
</script>
<style scoped>
<style scoped>
 
.movieImage {
 
width: 50%;
 
}
.child {
.child {
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
Loading