-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChristmasQuotes.css
111 lines (110 loc) · 2.39 KB
/
ChristmasQuotes.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
width: 100vw;
height: 100vh;
background: #7E30E1;
}
.container{
width: 30%;
height: 300px;
border-radius: 10%;
background: transparent;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.r{
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
color:white;
text-align: center;
font-size: 27px;
font-family: cursive;
margin: 10px;
}
#demo{
position: absolute;
top: 50%;
left: 54%;
transform: translate(-50%, -50%);
font-family: cursive;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#btn2{
position: absolute;
top: 80%;
left: 38%;
transform: translate(-50%, -50%);
font-family:"Roboto", sans-serif;
font-weight: bold;
background: #4CB9E7;
width: 100px;
padding: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #fff;
border-radius: 5px;
cursor:pointer;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#btn{
position: absolute;
top: 80%;
left: 65%;
transform: translate(-50%, -50%);
font-family:"Roboto", sans-serif;
font-weight: bold;
background: #4CB9E7;
width: 100px;
padding: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #fff;
border-radius: 5px;
cursor:pointer;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#hu{
position: absolute;
top: 50%;
left: 54%;
transform: translate(-50%, -50%);
font-family: cursive;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#ho{
position: absolute;
top: 50%;
left: 54%;
transform: translate(-50%, -50%);
font-family: cursive;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#he{
position: absolute;
top: 50%;
left: 54%;
transform: translate(-50%, -50%);
font-family: cursive;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#hi{
position: absolute;
top: 50%;
left: 54%;
transform: translate(-50%, -50%);
font-family: cursive;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}