We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ef011 + a225863 commit dfbbc1cCopy full SHA for dfbbc1c
css/hire.css
@@ -0,0 +1,34 @@
1
+.Ricky{
2
+ display: flex;
3
+ justify-content: space-evenly;
4
+ padding: 1vw;
5
+}
6
+.Mustafa, .Billy, .David{
7
+ width: 30vw;
8
+ text-align: center;
9
+ background-color: black;
10
+ color: white;
11
12
+.items{
13
+ display: block;
14
+ margin-top: 3vh;
15
+ align-items: center;
16
17
+.items img{
18
+ width: 70%;
19
+ height: 30vh;
20
+ object-fit: fill;
21
22
+.hid{
23
+ display: none;
24
+ cursor: pointer;
25
26
+.about, .hire{
27
28
29
+.about:hover, .hire:hover{
30
+ background-color: green;
31
32
+h3{
33
+ font-weight: bolder;
34
0 commit comments