-
Notifications
You must be signed in to change notification settings - Fork 2
/
page1_review.css
128 lines (120 loc) · 2.32 KB
/
page1_review.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#search_panel {
display: flex;
margin-top: 10px;
}
body {
margin: 0px;
}
::placeholder {
color: grey;
font-style: italic;
font-size: 18px;
padding-left: 10px;
font-family: "Noto Sans KR";
align-content: center;
justify-content: center;
}
#Search_bt {
background-color: #ffd13f;
/*opacity: 0.5;*/
color: black;
font-size: 15px;
padding: 20px;
padding-right: 25px;
border-radius: 4px;
margin-left: 4px;
margin-right: 0;
cursor: pointer;
width: 60px;
align-items: center;
text-align: center;
font-size: 20px;
font-weight: 900;
}
#si {
display: flex;
height: 40px;
width: 40px;
color: black;
border-radius: 6px;
padding-top: 18px;
padding-bottom: 4px;
padding-right: 6px;
padding-left: 20px;
margin-right: 6px;
background-color: #ffd13f;
justify-self: center;
font-size: 24px;
/*opacity: 0.5;*/
}
#logo {
height: 3.5em;
margin-left: 20px;
margin-top: 10px;
margin-right: 20px;
}
.navbar {
display: flex;
justify-content: space-evenly;
margin-top: 36px;
align-items: center;
}
#name {
width: 40em;
border-width: 4px;
border-radius: 4px;
}
.login_panel {
display: flex;
margin-right: 20px;
margin-top: 20px;
}
#login_bt,
#sign_in {
margin-right: 20px;
font-weight: 600;
width: 76px;
text-align: center;
background-color: #f8aa00;
padding: 10px;
padding-top: 14px;
border-radius: 24px;
font-family: "Noto sans KR";
}
ul{
list-style:none;
margin-left:300px;
margin-right:300px;
margin-top:80px;
}
.search{
background-color: #FAFABE;
color:black;
padding:20px;
padding-left:35px;
border-radius:10px;
font-size:20px;
font-weight:750;
}
a{
text-decoration:none;
color:black;
}
.professor{
font-size:25px;
font-weight:800;
}
.subject{
font-size:20px;
font-weight:700;
margin-top:20px;
}
.searchcard{
display:grid;
grid-template-columns: 1fr 200px;
border-bottom:1px solid black;
margin-right: 20px;
}
*{
font-family:'NanumSquare';
}