Template:Berkeley CSS
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/CSS"> | <style type="text/CSS"> | ||
+ | .shadow { | ||
+ | -moz-box-shadow: 3px 3px 4px #000; | ||
+ | -webkit-box-shadow: 3px 3px 4px #000; | ||
+ | box-shadow: 3px 3px 4px #000; | ||
+ | } | ||
+ | |||
a:link, a:visited, | a:link, a:visited, | ||
a:hover, a:active { | a:hover, a:active { |
Revision as of 01:28, 25 October 2010