-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFrontBrowser.css
More file actions
86 lines (72 loc) · 1.19 KB
/
Copy pathFrontBrowser.css
File metadata and controls
86 lines (72 loc) · 1.19 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
body {
margin:0;
background-color:#f2f6ff;
}
#topbar {
padding: 12px 80px;
border-bottom: 1px solid #ccc;
position: sticky;
top:0;
background-color: white;
}
#top-img {
height:100px;
width:100px;
}
#heading {
font-size:32px;
color:darkred;
font-weight: 600;
font-family: andalus;
}
nav {
display: flex;
justify-content: space-between;
}
#left-menu {
display: flex;
align-items: center;
}
#right-menu {
display: flex;
align-items: center;
}
#link-login {
font-size: larger;
margin-right:10px;
font-family: constantia;
text-decoration: none;
font-weight: 600;
}
#link-login:hover {
color: red;
}
#link-signup {
font-size:larger;
margin-left:20px;
font-family: constantia;
text-decoration: none;
font-weight: 600;
}
#link-signup:hover {
color: red;
}
#stu-por {
text-align: center;
font-size: 30px;
}
#search-container {
height:40px;
width:500px;
border: none;
margin: 25px 35%;
box-shadow: 4px 4px 4px #ccc;
border-radius: 20px;
}
#topbar-icon {
width:200px;
height:65%;
padding-left: 40px;
padding-right: 36px;
padding-top: 20px;
}