-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (81 loc) · 1.58 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (81 loc) · 1.58 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
html {
margin: 20px;
}
img {
width: 900px;
height: 500px;
display: block;
margin: auto;
border-radius: 30px;
box-shadow: 0 0 5px #000;
}
body {
background-image: url(pictures/noodles-drawing.jpg);
background-size: 200px;
}
.button1,
.button2,
.button3 {
font-size: 70px;
display: inline-block;
text-align: left;
}
button {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: black;
background-color: rgb(237, 240, 231);
display: block;
margin: auto;
border-radius: 50%;
}
.surprise-me {
font-size: 20px;
display: inline-block;
border-style: groove;
border-radius: 30px;
margin: 10px;
padding: 5px;
background-color: rgb(70, 105, 99);
color: rgb(255, 221, 0);
}
div,
.wiki {
background: rgba(255, 255, 255, 0.7);
display: table; /* keep the background color wrapped tight */
/* keep the table centered */
padding:5px;
text-align: left;
border-radius: 30px;
text-indent: 15px;
margin: 10px;
box-shadow: 0 0 3px #000;
}
.homepage {
font-size: 20px;
display: inline-block;
text-indent: 0%;
}
.pandersail {
width: 150px;
height: auto;
position: relative;
bottom: 180px;
border-radius: 100%;
}
.credit {
text-align: center;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
border-radius: 30px;
padding: 5px;
color: rgb(232, 228, 228);
background-size: 5px;
position: relative;
bottom: 180px;
}
.wiki {
border-radius: 0px;
margin: auto;
}