Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Polaroid/polaroid.css

Template page
/* Polaroid */

.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

@media all and ( min-width: 720px ) {
	.polaroid {
  width: 40%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;}
}

.container {
  text-align: center;
  padding: 10px 20px;
}

.polaroidleft {
	margin:auto;
}

@media all and ( min-width: 720px ) {
	.polaroidleft {
		float:left;}
}
.polaroidright {
	width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
	margin:auto;
}
@media all and ( min-width: 720px ) {
	.polaroidright {
		width: 40%;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
		position: absolute;
        right: 0px;}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.