-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpler.html
More file actions
62 lines (55 loc) · 1.88 KB
/
simpler.html
File metadata and controls
62 lines (55 loc) · 1.88 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="buttons/b1.css">
<link rel="stylesheet" type="text/css" href="theme.css">
<head>
<title></title>
</head>
<body>
<div id="stars">
<img id = "pogba" src="star_images/pog.png" style="position: absolute; margin: 0; top: 50px">
<img id = "ney" src="star_images/ney.png" style="position: absolute; margin: 0; top: 130px">
<img id = "messi" src="star_images/messi.png" style="position: absolute; margin: 0; top: 0px">
<img id = "ron" src="star_images/ron.png" style="position: absolute; margin: 0; top: 0px">
</div>
<div id="title_buttons">
<div class="title" style="position: relative;">
<p>BallBoy</p>
</div>
<div style="display: block; margin: 0 auto; text-align: center;">
<div style="display: inline-block; margin: 0 auto">
<div class="container" >
<a href="" class="btn">
<svg width="277" height="62">
<defs>
<linearGradient id="grad1">
<stop offset="0%" stop-color="#e8eaec"/>
<stop offset="100%" stop-color="#22475b" />
</linearGradient>
</defs>
<rect x="5" y="5" rx="25" fill="none" stroke="url(#grad1)" width="266" height="50"></rect>
</svg>
<!--<span>Voir mes réalisations</span>-->
<span>YouTube</span>
</a>
</div>
<div class="container" >
<a href="" class="btn">
<svg width="277" height="62">
<defs>
<linearGradient id="grad2">
<stop offset="0%" stop-color="#e8eaec"/>
<stop offset="100%" stop-color="#22475b" />
</linearGradient>
</defs>
<rect x="5" y="5" rx="25" fill="none" stroke="url(#grad2)" width="266" height="50"></rect>
</svg>
<!--<span>Voir mes réalisations</span>-->
<span>Facebook</span>
</a>
</div>
</div>
</div>
</div>
</body>
</html>