-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathaudi-logo.html
63 lines (54 loc) · 1015 Bytes
/
audi-logo.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<style>
.audi-round{
border: 15px solid black;
width: 200px;
height: 200px;
border-radius: 50%;
}
.secondround{
margin-left: 130px;
margin-top: -10px;
}
@font-face {
font-family: MyWebfont;
src: url(AudiTypeScreen-Bold.woff2) format(”woff2”);
}
@font-face {
font-family: MyWebfont;
src: url(AudiTypeScreen-Bold.woff) format(”woff”);
}
@font-face {
font-family: MyWebfont;
src: url(AudiTypeScreen-Bold.eot);
}
@font-face {
font-family: MyWebfont;
src: url("AudiTypeScreen-Bold.svg#AudiTypeScreen-Bold") format("svg");
}
body {
font-family: MyWebfont, Verdana, sans-serif;
}
h1{
margin-top: -20px;
margin-left: 150px;
font-size: 150px;
color:#bb0a30
}
</style>
</head>
<body>
<!-- <h1>Github</h1> -->
<div class="audi-round">
<div class="audi-round secondround">
<div class="audi-round secondround">
<div class="audi-round secondround">
</div>
</div>
</div>
</div>
<h1>Audi</h1>
</body>
</html>