-
Notifications
You must be signed in to change notification settings - Fork 0
/
Styles.css
75 lines (67 loc) · 1.48 KB
/
Styles.css
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
64
65
66
67
68
69
70
71
72
73
74
75
* {
margin: 0;
padding: 0;
font-family: Consolas,sans-serif;
}
#Title {
font-size: 4rem;
text-align: center;
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #D4F4DD;
}
#Paragraph {
text-align: center;
font-size: 20px;
margin: 0px;
color: #D4F4DD;
}
#MadeBy {
text-align: bottom;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #f5f5f3;
padding: 1px;
margin: auto;
position: bottom;
text-align: right;
}
#Embed {
text-align: center;
padding: 55px;
}
#Body {
background-position: center;
background-repeat: repeat;
background-size: cover;
background-image: url("Background.jpg");
}
#About {
text-align: Left;
Color: #D4F4DD;
}
#YtbButtonUrl {
padding: 10px 10px;
border-radius: 8px;
position: absolute;
top: 155px;
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 420px;
width: 180px;
transition-duration: 0.4s;
background-color: #D62246;
border-color: #6d0d20;
cursor: pointer;
}
#YtbInsertUrl {
position: fixed;
padding: 10px 10px;
top: 150px;
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 600px;
width: 400px;
background-color: #D62246;
font-size: 15px;
border-color: #6d0d20;
}