-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (48 loc) · 789 Bytes
/
style.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
#quote-box{
font-size: 25px;
font-family: Verdana;
background-color: white;
}
.align-center{
align-items: center;
justify-content: center;
}
.con{
padding-top: 30vh;
margin-left:10vw;
margin-right: 10vw;
}
#wrapper{
max-width: ;
}
#new-quote{
align-content: right;
}
#text{
padding :7px;
}
#author{
font-family: papyrus;
text-align: right;
font-size: 18px;
padding :7px;
}
#twitter{
margin-right: 30%;
}
.btn {
border: none; /* Remove borders */
color: white; /* White text */
padding: 14px 14px; /* Some padding */
font-size: 16px; /* Set a font size */
cursor: pointer;
margin:10px; /* Mouse pointer on hover */
margin-bottom: 20px;
}
/* Darker background on mouse-over */
.btn:hover {
background-color: RoyalBlue;
}
.colr{
background-color: green;
}