Template:Team:Aachen/Header
From 2014.igem.org
(Difference between revisions)
Line 52: | Line 52: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | .shadow | ||
+ | { | ||
+ | display:block; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .shadow:before | ||
+ | { | ||
+ | display:block; | ||
+ | content:''; | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1); | ||
+ | -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1); | ||
+ | box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1); | ||
} | } | ||
</style> | </style> |
Revision as of 11:03, 2 May 2014
|