CarletonComputerScienceSociety/merged

News Item Component

Closed this issue · 0 comments

Create a component that looks similar to the following:

Screenshot 2021-05-12 at 3 30 00 PM

The component will take

  • title
  • description
  • newsItemType (event vs announcement)
  • imgsrc (the url of the image)

As props.

Please do not use an img tag for the image part, instead make a div and use some of the following properties to stretch the given image to the size of the div:

background-repeat: no-repeat; background-position: 50%; // background-size: contain; background-size: cover;