-
Notifications
You must be signed in to change notification settings - Fork 0
/
clonepg.css
80 lines (76 loc) · 1.29 KB
/
clonepg.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
.bg-gray{
background-image:url(/images/BG.jpg);
background-position: center;
background-size: cover;
}
.content {
color:white;
text-shadow:0 0 1.5px black;
}
.bottom-tag {
margin-bottom: 5rem;
}
.big-icon {
font-size:3rem;
color:white;
}
.icons {
display:flex;
align-items:center;
justify-items:center;
}
.icon-container {
justify-content:center;
align-content:center;
}
.social {
color:white;
}
.tech-logo {
margin-top: 6rem;
}
.social{
margin-top:4rem;
float:right;
}
.credits{
font-size: 2rem;
font-family:'Times New Roman', Times, serif;
color: white;
float:right;
}
.boi {
margin-top:5rem;
}
.bg-aqua-fade{
background:linear-gradient(to right bottom, aqua, rgb(251, 101, 126));
}
.dood {
border:2.5px double black;
margin-top:5px;
margin-bottom:5px;
}
.card-title {
font-family: 'Times New Roman', Times, serif;
font-style: oblique;
text-decoration-line: underline;
font-weight: 100;
letter-spacing: 10px;
}
.bottom-title {
font-family: 'Times New Roman', Times, serif;
font-style: italic;
text-decoration-line: underline;
font-weight: 100;
letter-spacing: 10px;
}
.card-text {
font-family: 'Times New Roman', Times, serif;
font-size:1.25Rem;
}
.bottom-tag {
font-family:'Times New Roman', Times, serif;
}
.desc{
text-align:center;
}