-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (53 loc) · 956 Bytes
/
style.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
.scaler{
margin: 10px;
border: 10px;
padding-left: 50px;
}
.nav{
display: flex;
justify-content: left;
width: 100vb;
height: 30px;
}
#socials{
margin: 0px;
border: 0px;
padding-right: 50px;
display: flex;
justify-content: right;
align-items: flex-start;
}
.container3{
display: flex;
width: 1280px;
height: 600px;
margin: 10px;
justify-content:flex-start;
align-items: center;
padding-left: 50px;
}
.container4{
width: 1560px;
height: 4px;
background-color: blue;
transition: ease-in-out;
}
#textbox{
display: flex;
height: 250px;
width: 400px;
justify-content: center;
}
#postBox:hover{
display: flex;
color: white;
justify-content: center;
transition:ease-in-out;
background-color: blue;
}
#img1:hover{
background-color:red;
}
#img2:hover{
background-color:red;
}