martindowling1.wordpress.com-2020-05-21-15_08_45-h49piotrawve3nuixtjxrhtwdrc90dnj.zip
28/05/2020 00:16 zip file

@charset "utf-8";

Test only
a, a{font-size:10px;}
Test only

formatting.css in HI-Home You dig it man
}

a, a:hover, a:active, a:link

{
	font-size: 100%; [was 140%]
	color: #C60;
}




---------------


/* CSS Document */
h1 {
  color: red;
}

/*Food & Drink color blue #00f inc li tags orig 16px */
.p, li {
	color: #00F;
	font-size: 16px;

	text-shadow:# F00 ;
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	}

ul{
	list-style-type:none;
}

body {
  background-color: #fff;
}


.jumbotron h1 {
color: #f00;
font-size: 48px;
font-weight: bold;
font-family: 'Shift', sans-serif;


}

.jumbotron p{ font-family:Arial, Helvetica, sans-serif;
size:landscape;
color: #00F;
font-style:italic;
font-size:xx-large;
font-weight:bolder;

}

#promo .jumbotron{ background-image: url(../img/fork-leaf836x505.jpg); 

/*3 background items below cenered the the red flower good for mobile. The BkGd blue skyscraper element changed from constant to cover*/
background-repeat:no-repeat;
background-size: cover;
background-position:center;
}

.p, blockquote {background-color:#292c2f;
color:#cccccc;
  
}

/*
ul {
  list-style-image: url("
  sqpurple.gif);
}
*/

/*Enter in the HTML: "<div class="site-section">" */

/*#site-section {
  border: 1px solid black;
  /* Firefox */
  -moz-column-count: 3;
  -moz-column-rule: 15px outset red;
  /* Chrome, Safari, Opera */
  -webkit-column-rule: 15px outset red;
  -webkit-column-count: 3;
  -webkit-animation: mymove 5s infinite;
  /* Standard syntax */
  column-count: 3;
  column-rule: 15pxpx outset red;
  animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  50% {-webkit-column-rule-color: blue;}
} 

/* Standard syntax */
@keyframes mymove {
  50% {
    -moz-column-rule-color: blue; /* Firefox */
    column-rule-color: blue;
  }
} */
