websandesign
8/1/2017 - 10:14 PM

CSS - WP User Content

CSS - WP User Content

.user-content {

	a {

		&:hover {
		
		};

		&:active {

		};
		
		&:focus {

		};
	}

	p {
		
	}

	table {

		thead {

			th {

			}
		}

		tbody {

			tr {
			 
				td {

				} 
			}
		}
	}

	h1, h2, h3, h4, h5, h6 {

	}

	h1 {

	}
	
	ul {

		li {
			
		}
	}

	img {

	}
}