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...")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="
 
<div style="
background-image: linear-gradient(bottom, #86E86A 34%, #CEF5D2 97%);
+
background: linear-gradient(#FFF, #ded6df);
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 #666;
 
border-radius:15px;
 
border-radius:15px;
 
-moz-border-radius:15px;
 
-moz-border-radius:15px;
Line 22: Line 10:
 
line-height: 1em;
 
line-height: 1em;
 
position: relative;
 
position: relative;
 +
margin-bottom: 1em;
 
"
 
"
  
 
>
 
>

Latest revision as of 16:47, 22 April 2017