Skip to content

Commit dfbbc1c

Browse files
authored
Merge pull request #9 from Sonray/ft-hire
Ft hire
2 parents 59ef011 + a225863 commit dfbbc1c

File tree

3 files changed

+738
-6
lines changed

3 files changed

+738
-6
lines changed

css/hire.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
cursor: pointer;
28+
}
29+
.about:hover, .hire:hover{
30+
background-color: green;
31+
}
32+
h3{
33+
font-weight: bolder;
34+
}

0 commit comments

Comments
 (0)