Template:Home picture box 1: Difference between revisions

Replaced content with "<div class="home-picture-box"></div>"
(Created page with "<html> <style> .home-picture-box { height: 200px; background-color: #4c4c4c; background-image: url('https://www.wittgensteinproject.org/w/images/9/99/Skjolden_from_the_o...")
 
(Replaced content with "<div class="home-picture-box"></div>")
Tag: Replaced
Line 1: Line 1:
<html>
<style>
.home-picture-box {
  height: 200px;
  background-color: #4c4c4c;
  background-image: url('https://www.wittgensteinproject.org/w/images/9/99/Skjolden_from_the_other_shore_of_the_small_eidsvatnet_lake_Nicol%C3%A1s_Boullosa_CC_BY.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
</style>
</html>
<div class="home-picture-box"></div>
<div class="home-picture-box"></div>