-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmpl.css
More file actions
113 lines (99 loc) · 1.55 KB
/
mpl.css
File metadata and controls
113 lines (99 loc) · 1.55 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
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
html {
cursor: alias;
background-color: #fff;
}
.img {
height: 500px;
width: 100%;
}
.caro {
padding: 80px;
border-radius: 20%;
background: linear-gradient(to top,
#A2DBFA 0%,
#3C5186 100%);
}
.photosec {
margin: 80px 0;
border-radius: 30%;
padding: 80px;
background: linear-gradient(to top,
#9B72AA 0%,
#F9F9F9 100%);
}
.picquoteback {
width: 20%;
height: 100px;
padding: 20px;
background-color: #00909E;
border-radius: 70%;
position: absolute;
text-align: center;
color: #fff;
}
.quotes {
margin-right: 30px;
font-size: 30px;
font-weight: bolder;
float: right;
color: #558776;
}
.quotes:hover {
opacity: 0.7;
color: #D83A56;
}
.quoteswithout {
margin-right: 30px;
font-size: 30px;
font-weight: bolder;
float: right;
color: #558776;
}
.quoteswithout:hover {
opacity: 0.7;
color: #D83A56;
}
.picquotefront {
width: 50%;
padding: 70px;
background-color: #F0D9E7;
border-radius: 50%;
text-align: center;
float: left;
color: #CA3E47;
}
.picturespecs {
margin-left: 160px;
padding: 30px 0 0 0;
width: 70%;
height: 550px;
display: inline-block;
border-radius: 8%;
}
.disp {
display: none;
}
.backside {
z-index: 1;
text-align: center;
}
.head {
margin-right: 30px;
font-size: 50px;
font-style: italic;
font-weight: bolder;
font-family: cursive;
float: right;
color: #558776;
}
.marg {
margin: 300px 0;
}
.copyright{
font-size: 20px;
font-style: oblique;
font-weight: bold;
text-align: center;
margin: 30px;
color: #4C4C6D;
}