-
Notifications
You must be signed in to change notification settings - Fork 1
/
rem_work.css
131 lines (103 loc) · 2.32 KB
/
rem_work.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
#container{
/* border:1px solid black; */
margin:auto;
padding-top: 60px;
width:68%;
height:auto;
}
#top{
/* border:1px solid black; */
margin:auto;
margin-bottom: 60px;
width:65%;
text-align: center;
}
h1{
font-family: Roboto,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
color: rgba(0,0,58,.87);
font-weight: 400;
}
h4{
font-family: Roboto,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: 400;
font-size: 14px;
color: #5f6368;
}
#middle{
/* border:1px solid black; */
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
gap:30px;
height:40px;
color: rgba(0,0,0,.87);
-webkit-tap-highlight-color: rgba(6, 6, 6, 0);
background-color: #f7f7f7;
}
h6{
font-family: Roboto,Arial,sans-serif;
font-weight: 700;
font-size: 12px;
}
h6:hover{
cursor: pointer;
transform: scale(1);
color:blue;
}
#seperate{
margin-bottom: 75px;
box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
#bottom>div{
/* border:1px solid black; */
display: grid;
grid-template-columns: repeat(2,1fr);
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
h2{
font-family: Roboto,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
color: rgba(0,0,58,.87);
font-weight: 400;
translate: 20px;
font-size: 30px;
}
#div0{
width: 78%;
}
h5{
font-family: Roboto,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
color: rgba(0,0,58,.87);
font-weight: 400;
translate: 20px;
}
#upper_box~div{
/* border:1px solid teal; */
display: flex;
align-items: center;
height:76px;
background-color: #f7f7f7;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
#upper_box~div:hover{
cursor: pointer;
transform: scale(1);
color: rgba(0,0,58,.87);
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
p{
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
translate: 15px;
color:rgba(66, 66, 242, 0.897);
font-weight: 400;
}
#main_div2>img{
height: 100%;
width: 100%;
filter: brightness(90%);
}