-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.css
More file actions
121 lines (102 loc) · 2.14 KB
/
Copy pathpractice.css
File metadata and controls
121 lines (102 loc) · 2.14 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
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
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: black;
}
.first-container {
margin: auto;
padding: 20px;
border: 1px solid skyblue;
width: 100vw;
background-color:skyblue;
position: fixed;
}
.second-container {
background-color: rgb(77, 38, 115);
text-align: center;
margin: auto;
border: 1px solid rgb(77, 38, 115);
width: 100vw;
}
.few {
display: inline-block;
margin-right: 50px;
}
.minutes {
display: inline-block;
margin: auto;
font-weight: bolder;
border: 2px solid white;
background-color: white;
height: 25px;
}
.minutes:hover {
color: black;
background-color: skyblue;
}
.search1 {
border: none;
padding: 5px 5px;
margin-right: 15px;
background-color: white;
height: 45px;
}
.search2 {
border: none;
/* margin: auto; */
padding: 5px 5px;
margin-right: 15px;
background-color: black;
height: 45px;
}
.input-search {
display: flex;
margin-left: 450px;
}
a {
display: inline-block;
padding: 5px 5px;
margin-right: 15px;
height: 45px;
color: black;
text-decoration: none;
}
li {
list-style: none;
font-size: 14px;
}
a:hover {
color: brown;
}
h1 {
font-size: 18px;
font-weight: bold;
margin-inline-start: 270px;
display: inline-block;
}
.left {
text-align: left;
}
#resources{
font-size: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-left: 45px;
}
#about-skillcrush {
font-size: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-left: 42px;
}
#looking {
font-size: 28px;
font-weight: bolder;
text-transform: capitalize;
/* display: inline-block; */
line-height: 38px;
}
.left-right {
display: flex;
margin-top: 80px;
}
.right {
text-align: left;
}