This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Template:Top 10:GradientBox"

From OWASP
Jump to: navigation, search
(Created page with "<div style=" background-image: linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%); background-image: -o-linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%); background-image: -mo...")
 
Line 1: Line 1:
 
<div style="
 
<div style="
background-image: linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
+
background: linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
background-image: -o-linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
 
background-image: -moz-linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
 
background-image: -webkit-linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
 
background-image: -ms-linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
 
 
 
background-image: -webkit-gradient(
 
linear,
 
left bottom,
 
left top,
 
color-stop(0.34, #86E86A),
 
color-stop(0.97, #CEF5D2)
 
);
 
 
padding: 5px 10px 5px 10px;  
 
padding: 5px 10px 5px 10px;  
 
border:2px solid #A1A1A1;
 
border:2px solid #A1A1A1;

Revision as of 02:47, 22 April 2017