mmichaud13 / ecchapel

https://mmichaud13.github.io/ecchapel/
0 stars 0 forks source link

help with css and bootstrap #1

Open mmichaud13 opened 5 years ago

mmichaud13 commented 5 years ago

css isn't linking nor is bootstrap. I want to add a hover element over photos rather than just having captions underneath the photos but without the css linking I can't. Not sure why it won't link @jgagne

jgagne commented 5 years ago

You'll want to add class="img-fluid" to your images to make them flexible.

For example:

<img class="img-fluid" src="/ecchapel/photosused/photo1resize.jpg" alt="Emmanuel College Chapel" width="500">
jgagne commented 5 years ago

You could give your captions a small text look by using the small element.

For example:

<p><small>Emmanuel College Chapel entrance view looking at the alter.</small></p>