-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
91 lines (81 loc) · 1.22 KB
/
main.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
.container
{
min-height: 200px;
max-height: 450px;
min-width: 400px;
max-width: 550px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
vertical-align: center;
}
.contents
{
display: inline-block;
height: 70%;
min-height: 200px;
max-height: 450px;
min-width: 400px;
max-width: 550px;
text-align: center;
padding: 30px;
background-color: #ddd;
border-radius: 50px;
vertical-align: center;
}
.feedback_container
{
height: 40px;
width: 60px;
position: absolute;
top: 0;
right: 0;
margin-right: 20px;
}
.feedback_contents
{
height: 40px;
width: 60px;
text-align: right;
}
.github_container
{
height: 40px;
width: 60px;
position: absolute;
top: 80px;
right: 0;
margin: 20px;
text-align: center;
}
.github_contents
{
display: inline-block;
height: 40px;
width: 60px;
text-align: right;
vertical-align: center;
}
h1 {
font-size: 46px;
font-family: 'Berkshire Swash', cursive;
}
h2 {
font-size: 32px;
font-family: 'Berkshire Swash', cursive;
}
a {
color: black;
text-decoration: none;
}
div.feedback_contents {
font-size: 42px;
}
div.contents p {
font-size: 20px;
font-family: 'Mali', cursive;
}