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

Template:Box1

Template page
Revision as of 12:47, 7 December 2024 by Admin (talk | contribs) (Created page with "<html> <head> <style> body { margin: 30px; background-color: #E9E9E9; } div.polaroid { width: 284px; padding: 10px 10px 20px 10px; border: 1px solid #BFBFBF; background-color: white; box-shadow: 10px 10px 5px #aaaaaa; } div.rotate_right { float: left; transform: rotate(7deg); } div.rotate_left { float: left; transform: rotate(-8deg); } </style> </head> <body> <div class="polaroid rotate_right"> <img src="pulpitrock.jpg" alt="Pulpit rock" widt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<html> <head> <style> body {

 margin: 30px;
 background-color: #E9E9E9;

}

div.polaroid {

 width: 284px;
 padding: 10px 10px 20px 10px;
 border: 1px solid #BFBFBF;
 background-color: white;
 box-shadow: 10px 10px 5px #aaaaaa;

}

div.rotate_right {

 float: left;
 transform: rotate(7deg);

}

div.rotate_left {

 float: left;
 transform: rotate(-8deg);

} </style> </head> <body>

 <img src="pulpitrock.jpg" alt="Pulpit rock" width="284" height="213">

The pulpit rock in Lysefjorden, Norway.

 <img src="cinqueterre.jpg" alt="Monterosso al Mare" width="284" height="213">

Monterosso al Mare. One of the five villages in Cinque Terre, Italy.

</body> </html>