-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (26 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML>
<html>
<head>
<title>Angular-Buch</title>
<style>
html
{
height: 100%;
}
body
{
height:300px;
width:300px;
margin:auto;
position:absolute;
left:50%;
top:50%;
margin-left:-150px;
margin-top:-170px;
}
</style>
</head>
<body>
<svg height="300" style="vertical-align: middle;" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 230 250" xml:space="preserve"><style type="text/css">.st0{fill:#DD0031;} .st1{fill:#C3002F;} .st2{fill:#FFFFFF;}</style><polygon class="st0" points="125 30 125 30 125 30 31.9 63.2 46.1 186.3 125 230 125 230 125 230 203.9 186.3 218.1 63.2 "/><polygon class="st1" points="125 30 125 52.2 125 52.1 125 153.4 125 153.4 125 230 125 230 203.9 186.3 218.1 63.2 125 30 "/><path class="st2" d="M125 52.1L66.8 182.6h0 21.7 0l11.7-29.2h49.4l11.7 29.2h0 21.7 0L125 52.1 125 52.1 125 52.1 125 52.1 125 52.1zM142 135.4H108l17-40.9L142 135.4z"/></svg>
</body>
</html>