-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.css
More file actions
49 lines (48 loc) · 630 Bytes
/
4.css
File metadata and controls
49 lines (48 loc) · 630 Bytes
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
h1{
font-size: 60px;
color: #bbb7b7;
margin-left: 700px;
}
.j5{
display: flex;
}
.j6{
width: 600px;
height: 300px;
border-radius: 25%;
border: 5px solid rgb(44, 223, 98);
margin-left: 50px;
}
img{
margin-top: 40px;
display: flex;
}
p{
margin-left: 100px;
}
.j8{
display: flex;
}
input{
width: 300px;
height: 100px;
border-radius: 50px 50px;
border: 5px solid green;
background-color: green;
margin-top: 50px;
}
.e1{
margin-left: 600px;
}
b{
margin-left: 600px;
}
.w2{
display: flex;
}
.w3{
display: flex;
}
.w4{
display: flex;
}