-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquizstyles.css
68 lines (58 loc) · 1.07 KB
/
quizstyles.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
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
.headbar {
background-color: #333;
color: #fff;
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.headbar a {
color: #fff;
text-decoration: none;
margin-right: 10px;
}
.headbar p {
margin: 0;
}
.home{
font-family: 'Montserrat';
font-size:30px;
color:white;
text-decoration: none;
}
.create{
font-family: 'Tektur', cursive;
text-decoration: none;
color:rgb(160, 156, 156);
}
.search-container {
margin-top: 20px;
text-align: center;
}
.search-input {
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}
.search-icon{
position:absolute;
top:92px;
left:837px;
width:17px;
height:17px;
}
.logout {
background-color: #d9534f;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
}
.logout:hover {
background-color: #c9302c;
}