-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (61 loc) · 1.06 KB
/
style.css
File metadata and controls
68 lines (61 loc) · 1.06 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
63
64
65
66
67
68
body{
margin: 0;
padding: 0;
background-color: #551a8b;
text-align: center;
}
h1{
font-family: 'Fresca' , sans-serif;
font-size: 100px;
font-weight: 600;
text-align: center;
color: #ff69b4;
}
button{
width: 300px;
height: 40px;
font-size: 20px;
font-family: 'Fresca' , sans-serif;
display: inline-block;
border: 3px solid deeppink;
background-color: #551a8b;
color: deeppink;
margin-top: 100px;
}
button:hover, button:active{
background-color: white;
color: purple;
}
button:focus{
outline: 0;
}
#Quote{
text-align: center;
font-size: 30px;
color: white;
font-family: sans-serif;
padding: 19px 19px 19px 19px;
width: 70%;
position: relative;
margin: 50px auto 0 auto;
}
#author{
color: deeppink;
font-family: cursive;
text-align: right;
width: 70%;
font-size: 22px;
position:relative;
}
footer{
margin-top: 40px;
}
span{
font-size: 20px;
font-family: monospace;
color: white;
}
.twitter-share-button {
display: block;
margin: 40px auto 0 auto;
}