You've already forked nginx-snippets
initial commit
This commit is contained in:
37
errorpages/style.css
Normal file
37
errorpages/style.css
Normal file
@@ -0,0 +1,37 @@
|
||||
/*
|
||||
#
|
||||
# Full height page, flexbox centers the SVG horizontally and vertically.
|
||||
#
|
||||
*/
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/*
|
||||
#
|
||||
# Force SVG to act as a block so flexbox can center it properly.
|
||||
#
|
||||
*/
|
||||
svg {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
#
|
||||
# Text style for the arc labels.
|
||||
#
|
||||
*/
|
||||
svg text {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
fill: #d90000;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user