-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles2.css
84 lines (72 loc) · 1.42 KB
/
styles2.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
body {
background-color: #eac8c8;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 25px;
margin: 0;
padding: 0;
}
h1 {
color: #814c4c;
text-align: center;
}
h4 {
color: #814c4c;
text-align: center;
}
p {
color: #693d3d;
text-align: center;
margin-bottom: 20px;
padding: 0px 150px;
}
ul {
color: #693d3d;
padding: 0px 400px;
margin-bottom: 20px;
}
.pagination {
text-align: center;
margin-top: 50px;
margin-bottom: 100px;
}
.pagination a {
padding: 10px 20px;
text-decoration: none;
color: #fff;
background-color: #0056b3;
border-radius: 5px;
margin-right: 10px;
}
.pagination a.active {
background-color: #0056b3;
}
.page {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
page2 {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
.question {
color: #814d4d;
text-align: center;
margin-top: 50px;
margin-bottom: 50px
}
button {
background-color: #0056b3; /* Blue background color */
color: #fff; /* White text color */
padding: 10px 20px; /* Padding around text */
border: none; /* No border */
border-radius: 5px; /* Rounded corners */
cursor: pointer; /* Change cursor to pointer on hover */
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.button-container{
text-align: center;
}