-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (40 loc) · 861 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (40 loc) · 861 Bytes
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
body{
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHP7_HEEbNbRituHDLuRaZhUegTD2WlOakWSuuJq6aH52yHNfHWg");
font-family: brush script MT;
color :white;
background-repeat: no-repeat;
background-size: 100%;
font-size: 20px;
text-align: center;
}
.main{
display: flex;
flex-direction: row;
}
div{
margin:auto;
}
.quote{
color : rgb(92, 55, 228);
text-align: right;
font-size: 50px;
}
.quotes{
color : rgb(211, 211, 123);
text-align: center;
font-size: 50px;
}
.empty{
width: 450px;
}
.link{
color:rgb(92, 55, 228);
font-family: verdana;
text-align: center;
font-size: 20px;
}
.image{
mix-blend-mode: color-dodge;
border-radius: 40%;
width: 325px;
}