-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (65 loc) · 1.22 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
/*
#initialBoard {
float: left;
margin-left: 20%;
margin-top: 10%;
}*/
.me {
background: -webkit-linear-gradient(315deg, #cb527f, #8e93cf);
/* W3C, Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(315deg, #cb527f, #8e93cf);
}
#answerBoard {
margin-right: 35%;
float: right;
margin-top: 10%;
}
p{
/*font-size: 20px;*/
font-size: 60%;
}
/*
input{
font-size: 17px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1px;
margin-right: 1px;
border: 1px solid black;
width: 40px;
height: 40px;
}*/
#wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
footer {
height: 20px;
background: darkmagenta;
margin-top: auto;
}
input{
font-size: 17px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1px;
margin-right: 1px;
/*width: 50px;*/
/*height: 40px;*/
height: 10%;
width:10%;
border: 1px solid mediumblue;
}
#button1{
font-size: 22px;
margin-right: 100px;
/* margin-top: 50%;*/
}
h2 {
text-align: center;
margin-top: 6%;
}
.author{
font-size: 17px;
}