-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
92 lines (66 loc) · 1.17 KB
/
styles.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
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
body {
background-color: bisque;
font-size: 16px ;
font-weight: normal;
font-family: 'Mochiy Pop P One', sans-serif;
}
a {
color: rgb(202, 60, 107);
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active {
color: rgb(235, 10, 85);
}
.video {
margin-left: 400px;
position: absolute;
border-radius: 28px ;
}
.ruffsavatar {
width:300px;
border-radius: 28px;
box-shadow:4px 4px 14px bisque;
}
.info {
margin-bottom: 15px;
}
.info p {
font-style: italic;
}
/*.about {
background-color: rgb(66, 202, 134);
padding: 11px 20px;
border: 5px solid chocolate;
margin: 17px;
}*/
.container {
max-width: 750px;
margin: auto;
}
.card {
padding: 15px 20px;
margin-bottom: 20px;
background: linear-gradient(rgb(66,202,134), #9198e5);;
border: 5px solid chocolate;
border-radius: 30px;
}
.card h2 {
margin-left: 30%;
}
.ulist li {
text-align: center;
}
.table {
width: 100%;
}
.table td {
padding-bottom: 10px;
}
.table td:nth-child(2) {
font-weight: 700 ;
color: rgb(32, 27, 110)
}