-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (77 loc) · 1.39 KB
/
style.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
h1, h2, p, a {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}
h1 {
font-size: 100px;
color:#F7A8B8;
text-align: center;
text-shadow: 3px 3px white;
}
h2 {
font-size: 80px;
color: #F7A8B8;
text-shadow: 3px 3px white;
}
p {
font-size: 22px;
color: white;
text-shadow: 1px 1px #F7A8B8;
}
body {
background-color: #F7A8B8;
overflow-y: hidden;
width: 99vw;
height: 100vh;
}
#meow {
background-color:#6996AD;
border-style: solid;
border-radius: 40px;
border-color: white;
width: calc(100% - 10px);
height: calc(100% - 100px);
position: static;
padding-left: 6px;
}
#nya {
align-items: center;
}
img {
height: 216px;
width: 382px;
border-style: solid;
border-color: #F7A8B8;
border-width: 6px;
border-radius: 20px;
}
#catimg {
border-style: solid;
border-color: white;
border-width: 4px;
border-radius: 23px;
width: 394px;
height: 228px;
}
table {
width: 100%;
padding-top: 14px;
}
th {
padding-top: 1px;
width: 200px;
text-align: center;
border-color: white;
border-radius: 26px;
border-style: solid;
}
a {
text-decoration: none;
color: white;
font-size: 40px;
}
th:hover {
border-color: white;
border-radius: 20px;
border-style: solid;
background-color: #f591a5;
}