-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserstyles.css
More file actions
87 lines (74 loc) · 1.39 KB
/
userstyles.css
File metadata and controls
87 lines (74 loc) · 1.39 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
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;
}
.quiz-icon {
display: inline-block;
background-color: #e9e9e9;
padding: 10px;
border-radius: 50%;
text-decoration: none;
color: #333;
transition: background-color 0.3s ease;
}
.quiz-icon:hover {
background-color: #ccc;
}
.icon {
font-size: 18px;
font-weight: bold;
}