-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (65 loc) · 1.08 KB
/
style.css
File metadata and controls
87 lines (65 loc) · 1.08 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
h1,h2,h3{
font-family: 'Raleway', sans-serif;
font-size: 3.5vw;
font-weight: 100;
}
.cardBackground{
postion: relative;
background-color: #4099FF;
width: 100%;
height: 100%;
}
.cardContent{
background-color: white;
position:absolute;
top:0; bottom:0;
right:0; left:0;
margin:auto;
width:80%;
max-width: 1000px;
height:80%;
max-height: 700px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cardHeader
{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.cardTitle{
padding-top: 2%;
padding-left: 4%;
width: 80%;
}
.cardShare{
width: 20%;
font-size: 3em;
padding-top: 2%;
padding-right: 3%;
text-align: right;
}
.cardText{
font-family: 'Cedarville Cursive';
padding-top: 5%;
padding-left: 14%;
padding-right: 14%;
}
.rquoteText{
font-size: 2.00em;
}
.cardButton{
text-align: right;
}
.buttonClass {
background-color: #f44336;
color: white;
font-size: 1.5em;
padding: 1.5%;
margin: 2vw;
max-height: 100px;
position: floating;
}