-
Notifications
You must be signed in to change notification settings - Fork 0
/
quote.css
131 lines (123 loc) · 2.32 KB
/
quote.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.container{
text-align: center;
justify-content: center;
margin: 0px;
padding: 0px;
font-family: sans-serif;
background-color: rgb(121, 121, 235);
width: 100%;
height: 100vh;
display: flex;
}
.box{
overflow-y:scroll;
font-size: 23px;
font-weight: 900;
margin-bottom: 60%;
color: white;
border: 2px solid white ;
background-image: url("img2.jpg");
background-blend-mode:darken;
background-size:cover;
background-repeat:no-repeat ;
box-shadow: 7px 8px 15px 2px black;
border-radius: 15px;
top: 24%;
height: 300px;
width: 600px;
position: absolute;
text-align: center;
justify-content: center;
background-color: white;
}
.box h1{
font-family: 'Barlow', sans-serif;
font-family: 'Dancing Script', cursive;
font-size: 31px;
}
.box h3{
font-size: 28px;
}
blockquote{
color: #ebea00;
font-family: 'Mooli', sans-serif;
font-family: 'Poppins', sans-serif;
}
#btn{
height: 35px;
width: 100px;
background-color: #ccd3dc;
border-radius: 15px;
cursor: pointer;
box-shadow: 3px 4px 10px 2px black;
}
@media only screen and (max-width:721px){
.box{
top: 25%;
left: 11%;
height: 283px;
width: 450px;
}
.box h1 {
font-size: 35px;
}
.box h3{
font-size: 17px;
}
}
@media only screen and (max-width:541px){
.box{
top: 20%;
left: 9%;
height: 100%;
width: 90%;
}
.box h1{
font-size: 24px;
}
}
@media only screen and (max-width:421px){
.container{
width: 112%;
height: 108vh;
}
}
@media only screen and (max-width:554px){
.box {
top: 25%;
left: 11%;
height: 55%;
width: 75%;
}
.box h1 {
font-size: 32px;
}
}
@media only screen and (max-width:503px){
box {
top: 25%;
left: 10%;
height: 370px;
width: 302px;
}
}
@media only screen and (max-width:484px){
box {
top: 25%;
left: 10%;
height: 370px;
width: 200px;
}
}
@media only screen and (max-width:401px){
.box {
top: 20%;
left: 15%;
height: 67%;
width: 75%;
}
container {
width: 108%;
height: 103vh;
}
}